diff options
author | wen <wen@FreeBSD.org> | 2014-10-05 09:15:55 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2014-10-05 09:15:55 +0800 |
commit | 0b9a2be8e49ea259837e5c95d499fce99d550100 (patch) | |
tree | a912e98c1027c39a9ba4e91554ea6444a506716f /www/py-beaker | |
parent | 73e52dad8d6fb994e385e31512d8dea7a81702da (diff) | |
download | freebsd-ports-gnome-0b9a2be8e49ea259837e5c95d499fce99d550100.tar.gz freebsd-ports-gnome-0b9a2be8e49ea259837e5c95d499fce99d550100.tar.zst freebsd-ports-gnome-0b9a2be8e49ea259837e5c95d499fce99d550100.zip |
- Update LICENSE
- Reset maintainer to ports@
Diffstat (limited to 'www/py-beaker')
-rw-r--r-- | www/py-beaker/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/py-beaker/Makefile b/www/py-beaker/Makefile index bfcbf7c7a38b..0a2ec4b69b6d 100644 --- a/www/py-beaker/Makefile +++ b/www/py-beaker/Makefile @@ -9,13 +9,12 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Beaker-${PORTVERSION} -MAINTAINER= wen@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Session and Caching library with WSGI Middleware -LICENSE= BSD +LICENSE= BSD3CLAUSE -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |