Revision
100896
Author
jmr@macports.org
Date
2012-12-30 23:37:11 -0800 (Sun, 30 Dec 2012)

Log Message

py-stemmer: use unified portgroup, set license

Modified Paths

Diff

Modified: trunk/dports/python/py-stemmer/Portfile (100895 => 100896)


--- trunk/dports/python/py-stemmer/Portfile	2012-12-31 07:29:12 UTC (rev 100895)
+++ trunk/dports/python/py-stemmer/Portfile	2012-12-31 07:37:11 UTC (rev 100896)
@@ -2,12 +2,13 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
 
 name                    py-stemmer
 version                 1.0.1
 platforms               darwin
 categories              python textproc
+license                 MIT BSD
 maintainers             cern.ch:jerome.caffaro openmaintainer
 description             Python bindings for Snowball stemmer
 long_description        Snowball is a small string processing language \
@@ -20,3 +21,5 @@
 checksums               md5 5fb09517161de1792b2fc1fd8844038b \
                         sha1 2a82fef3fb5169b74da82131b180ca6e0f70c3ea \
                         rmd160 68a6483cc4c0580331867ec17ee4f9d5ad85a7ac
+
+python.versions         24