aboutsummaryrefslogtreecommitdiff
path: root/mail/py-Products.SecureMailHost
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-21 17:10:06 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-21 17:10:06 +0000
commit306e66af5d83697a761205698232bca9aa68ef19 (patch)
tree7e80682da03730650b20b36a7558818d88a40a22 /mail/py-Products.SecureMailHost
parent4950323fd34a3cf78b4cf0d51af7837414052ab2 (diff)
downloadports-306e66af5d83697a761205698232bca9aa68ef19.tar.gz
ports-306e66af5d83697a761205698232bca9aa68ef19.zip
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371330
Diffstat (limited to 'mail/py-Products.SecureMailHost')
-rw-r--r--mail/py-Products.SecureMailHost/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/py-Products.SecureMailHost/Makefile b/mail/py-Products.SecureMailHost/Makefile
index e2fb1a4c67d5..00117a029651 100644
--- a/mail/py-Products.SecureMailHost/Makefile
+++ b/mail/py-Products.SecureMailHost/Makefile
@@ -13,9 +13,7 @@ COMMENT= Reimplementation of the standard Zope2 MailHost
LICENSE= ZPL21
-USES= zip
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python zip
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>