freebsd-ports/www/py-amf/Makefile
Ruslan Makhmatkhanov 2f7b7c75e0 www/py-amf: convert to USES=python
Approved by:	portmgr (blanket)
2014-10-18 09:38:35 +00:00

19 lines
380 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
USES= python:2
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>