diff options
author | mva <mva@FreeBSD.org> | 2014-06-09 18:35:48 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-06-09 18:35:48 +0800 |
commit | c64d8acc127526a46a1f33286eabcc993ff24a26 (patch) | |
tree | e570e4a513ae633523ec58605a1bef5fbdc2afbf | |
parent | 2e5d83adfff2b99e844984d4609420e48f165493 (diff) | |
download | freebsd-ports-gnome-c64d8acc127526a46a1f33286eabcc993ff24a26.tar.gz freebsd-ports-gnome-c64d8acc127526a46a1f33286eabcc993ff24a26.tar.zst freebsd-ports-gnome-c64d8acc127526a46a1f33286eabcc993ff24a26.zip |
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
-rw-r--r-- | devel/py-dogpile.core/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-dogpile.core/Makefile b/devel/py-dogpile.core/Makefile index 8f7773dc26c9..1741ab8f7d3f 100644 --- a/devel/py-dogpile.core/Makefile +++ b/devel/py-dogpile.core/Makefile @@ -3,6 +3,7 @@ PORTNAME= dogpile.core PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,8 @@ COMMENT= Component of a larger caching solution LICENSE= BSD -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install +USE_PYTHON= yes +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> |