aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-06-05 22:50:51 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-06-05 22:50:51 +0800
commitfa04117d219fbceaf597e54803d4f3fb5f50e5ed (patch)
treed1d994b6d604d22aad527db1cfdcff49a9c3c817 /mail
parent2274ddc92ec8c8eb93a3145935a9e2896feb0426 (diff)
downloadfreebsd-ports-gnome-fa04117d219fbceaf597e54803d4f3fb5f50e5ed.tar.gz
freebsd-ports-gnome-fa04117d219fbceaf597e54803d4f3fb5f50e5ed.tar.zst
freebsd-ports-gnome-fa04117d219fbceaf597e54803d4f3fb5f50e5ed.zip
Change from USES=twisted to devel/py-twisted
- Sort USE_PYTHON - Bump PORTREVISION for dependency change
Diffstat (limited to 'mail')
-rw-r--r--mail/py-ppolicy/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/py-ppolicy/Makefile b/mail/py-ppolicy/Makefile
index 0a48966d1a5f..1573b99ead7f 100644
--- a/mail/py-ppolicy/Makefile
+++ b/mail/py-ppolicy/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ppolicy
PORTVERSION= 2.6.6
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= mail python
MASTER_SITES= http://kmlinux.fjfi.cvut.cz/~vokac/activities/ppolicy/download/%SUBDIR%/ \
http://www.chifeng.name/dist/ppolicy/%SUBDIR%/
@@ -11,12 +11,13 @@ MASTER_SITES= http://kmlinux.fjfi.cvut.cz/~vokac/activities/ppolicy/download/%SU
MAINTAINER= ports@FreeBSD.org
COMMENT= PPolicy is tool for extending Postfix checking capabilities
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dns/__init__.py:dns/py-dnspython
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython \
+ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
-USES= python twisted
-USE_PYTHON= distutils autoplist
-NO_BUILD= yes
+USES= python
+USE_PYTHON= autoplist distutils
NO_ARCH= yes
+NO_BUILD= yes
USE_RC_SUBR= ppolicyd
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}