1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +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-08 18:17:54 +00:00
parent 0a7d281e42
commit 035f39a596
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357067

View File

@ -3,6 +3,7 @@
PORTNAME= pycerberus
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,8 +13,8 @@ COMMENT= Highly flexible, no magic input validation library
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>