Ticket #13405: Portfile
| File Portfile, 0.6 KB (added by ebgssth@…, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | # $Id$ |
| 2 | |
| 3 | PortSystem 1.0 |
| 4 | PortGroup python25 1.0 |
| 5 | |
| 6 | name py25-chardet |
| 7 | version 1.0 |
| 8 | categories python devel |
| 9 | platforms darwin |
| 10 | maintainers nomaintainer |
| 11 | description Universal character encoding detector |
| 12 | long_description Character encoding auto-detection in Python. \ |
| 13 | As smart as your browser. |
| 14 | |
| 15 | homepage http://chardet.feedparser.org/ |
| 16 | master_sites http://chardet.feedparser.org/download/ |
| 17 | checksums md5 29f69d097052a4eae3774382c234cf2b |
| 18 | extract.suffix .tgz |
| 19 | distname chardet-1.0 |
| 20 |

