freebsd-ports/textproc/py-zope.structuredtext/Makefile
Ruslan Makhmatkhanov f029546b2c - do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- add trailing slash to WWW url, where appropriate
- bump PORTREVISION
2014-02-09 23:13:52 +00:00

20 lines
360 B
Makefile

# $FreeBSD$
PORTNAME= zope.structuredtext
PORTVERSION= 3.5.1
PORTREVISION= 1
CATEGORIES= textproc python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= StructuredText parser
LICENSE= ZPL21
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>