1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/www/py-amf/Makefile
Steve Wills dddc152f09 - 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
2014-04-17 03:22:45 +00:00

21 lines
397 B
Makefile

# Created by: Junji NAKANISHI <jun-g@daemonfreaks.com>
# $FreeBSD$
PORTNAME= amf
PORTVERSION= 0.6.1
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyAMF-${PORTVERSION}
MAINTAINER= jun-g@daemonfreaks.com
COMMENT= AMF support for Python
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>