freebsd-ports/devel/py-zope.tales/Makefile
Ruslan Makhmatkhanov 779fe4cc54 - stop using easy_install for installing
- convert to autogenerated packing list
- bump PORTREVISION because the resulting packages changed
2014-01-05 18:37:28 +00:00

23 lines
548 B
Makefile

# $FreeBSD$
PORTNAME= zope.tales
PORTVERSION= 3.5.2
PORTREVISION= 1
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Zope Template Application Language Expression Syntax (TALES)
LICENSE= ZPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.tal>=0:${PORTSDIR}/textproc/py-zope.tal \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>