security/py-keyczar: Deprecate PYDISTUTILS_PKGNAME

- Deprecate PYDISTUTILS_PKGNAME (not required with PYDISTUTILS_AUTOPLIST)
- Whitespace alignment

Approved by:	portmgr (blanket)
This commit is contained in:
Kubilay Kocak 2014-07-08 13:34:58 +00:00
parent 30c23956f4
commit ceda7874a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361239

View File

@ -15,9 +15,8 @@ LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.0:${PORTSDIR}/security/py-pycrypto
USE_PYTHON= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_PKGNAME= python-${PORTNAME}
.include <bsd.port.mk>