- And the previous commit also should have remove PYDISTUTILS_PKGNAME which is

also not effective with USE_PYDISTUTILS=yes

Reported by:	koobs
Submitted by:	koobs
Pointyhat to:	swills
This commit is contained in:
Steve Wills 2014-04-17 03:22:45 +00:00
parent 7f6adae082
commit dddc152f09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351440

View file

@ -6,16 +6,15 @@ PORTVERSION= 0.6.1
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PYDISTUTILS_PKGNAME}-${PORTVERSION}
DISTNAME= PyAMF-${PORTVERSION}
MAINTAINER= jun-g@daemonfreaks.com
COMMENT= AMF support for Python
LICENSE= MIT
USE_PYTHON= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= PyAMF
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>