diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-05-30 12:08:24 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-05-30 12:08:24 +0000 |
commit | 182b24e384b8e04a84815747c26de13e329c5001 (patch) | |
tree | bf4c479016b082b6d0d5e75e23ea6f9b57c64136 /net/py-beanstalkc | |
parent | a0953b50c86519acd6924a466187e039a0440cb7 (diff) |
Notes
Diffstat (limited to 'net/py-beanstalkc')
-rw-r--r-- | net/py-beanstalkc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/py-beanstalkc/Makefile b/net/py-beanstalkc/Makefile index 2ca3c944b9dc..bd1fe991cee0 100644 --- a/net/py-beanstalkc/Makefile +++ b/net/py-beanstalkc/Makefile @@ -11,8 +11,10 @@ CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= eyecue+freebsdports@gmail.com -COMMENT= A simple beanstalkd client library +MAINTAINER= koobs.freebsd@gmail.com +COMMENT= A simple beanstalkd client library for Python + +LICENSE= AL2 USE_PYTHON= yes USE_PYDISTUTILS= easy_install |