1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/py-protocols-devel/Makefile
2014-03-07 16:49:09 +00:00

24 lines
613 B
Makefile

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