freebsd-ports/devel/py-protocols-devel/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

20 lines
538 B
Makefile

# Created by: Dryice Liu <dryice@dryice.name>
# $FreeBSD$
PORTNAME= PyProtocols
PORTVERSION= 1.0.a0.r2302
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= http://files.turbogears.org/eggs/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-1.0a0dev-r2302
MAINTAINER= wen@FreeBSD.org
COMMENT= Protocol Definition, Declaration, and Adaptation for Python
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}DecoratorTools>=1.7:${PORTSDIR}/devel/py-decoratortools
USES= python zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>