diff options
author | culot <culot@FreeBSD.org> | 2012-05-30 20:08:24 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-05-30 20:08:24 +0800 |
commit | f1711e6c10c43b8f0bad613b65a9863f67d1691e (patch) | |
tree | 6dfe876e8003175b53dd4bf7b91507e987c4e441 | |
parent | ce6c7bec3a47123ec83495f0c924374e65fef660 (diff) | |
download | freebsd-ports-gnome-f1711e6c10c43b8f0bad613b65a9863f67d1691e.tar.gz freebsd-ports-gnome-f1711e6c10c43b8f0bad613b65a9863f67d1691e.tar.zst freebsd-ports-gnome-f1711e6c10c43b8f0bad613b65a9863f67d1691e.zip |
- Update MAINTAINER address
- Update COMMENT
- Add LICENSE (Apache)
PR: ports/168458
Submitted by: koobs <koobs.freebsd@gmail.com> (maintainer)
-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 |