Ticket #20368: Portfile-py-nltk.diff
File Portfile-py-nltk.diff, 1.2 KB (added by stevenbird1@…, 15 years ago) |
---|
-
Portfile
old new 5 5 PortGroup python24 1.0 6 6 7 7 name py-nltk 8 version 0.9.98 version 2.0b5 9 9 epoch 1 10 10 categories python textproc 11 11 platforms darwin … … 16 16 master_sites googlecode:nltk 17 17 distname nltk-${version} 18 18 19 checksums md5 648e25648f66e7e52db28983f39da50f\20 sha1 a46d991c781247181f1618df4215b9eeb52baf4e\21 rmd160 98fbc168315c495e1ddd13bad17412ab211b816a19 checksums md5 a2af58d77942e3e484494783e3bd77f2 \ 20 sha1 32431c00e544fba9bc898dc3c94c0213d8360751 \ 21 rmd160 d572ef4bb098fd8ef032842aa9e667c664edd610 22 22 23 23 depends_lib port:py-numpy \ 24 port:py-matplotlib 24 port:py-matplotlib \ 25 port:py-yaml 25 26 26 27 post-destroot { 27 28 set docdir ${destroot}${prefix}/share/doc/${name}-${version} … … 29 30 xinstall -m 644 -W ${worksrcpath} \ 30 31 LICENSE.txt \ 31 32 README.txt \ 33 INSTALL.txt \ 32 34 ${docdir} 33 35 }