1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Remove easy_install dependency

- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
This commit is contained in:
Marcus von Appen 2014-06-15 17:45:45 +00:00
parent 160436a5ec
commit 92097c9dec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357909

View File

@ -3,6 +3,7 @@
PORTNAME= beaker
PORTVERSION= 1.6.4
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,9 +14,8 @@ COMMENT= Session and Caching library with WSGI Middleware
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_PKGNAME= Beaker
.include <bsd.port.mk>