diff options
Diffstat (limited to 'www/py-beaker/Makefile')
-rw-r--r-- | www/py-beaker/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/py-beaker/Makefile b/www/py-beaker/Makefile index 1ba97f400763..e77a25d9a97d 100644 --- a/www/py-beaker/Makefile +++ b/www/py-beaker/Makefile @@ -9,11 +9,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Beaker-${PORTVERSION} MAINTAINER= wen@FreeBSD.org -COMMENT= A Session and Caching library with WSGI Middleware +COMMENT= Session and Caching library with WSGI Middleware + +LICENSE= BSD USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= Beaker -NO_STAGE= yes .include <bsd.port.mk> |