Ticket #13405: Portfile

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