aboutsummaryrefslogtreecommitdiff
path: root/news/py-pynzb/Makefile
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-06-15 08:05:37 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-06-15 08:05:37 +0000
commit2bd9d3f7d0fd3b388c9a9ac4446fc8c75709c388 (patch)
treee945c4f16cf1c32d3baddc586319b36c60aea4d5 /news/py-pynzb/Makefile
parent64ccbc1f9f68e9bd913cd82aeb2c725e6ab123b9 (diff)
downloadports-2bd9d3f7d0fd3b388c9a9ac4446fc8c75709c388.tar.gz
ports-2bd9d3f7d0fd3b388c9a9ac4446fc8c75709c388.zip
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=357835
Diffstat (limited to 'news/py-pynzb/Makefile')
-rw-r--r--news/py-pynzb/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/news/py-pynzb/Makefile b/news/py-pynzb/Makefile
index b358444dfb3d..016567ffd17e 100644
--- a/news/py-pynzb/Makefile
+++ b/news/py-pynzb/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pynzb
PORTVERSION= 0.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= news python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +11,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= A unified API for parsing NZB files
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_NOEGGINFO= yes
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
OPTIONS_DEFINE= LXML