freebsd-ports/textproc/py-zope.structuredtext/Makefile
Ruslan Makhmatkhanov d5876df737 - transfer maintainership for my zope-ports to zope@
- add them to virtual category `zope'
2012-01-16 10:33:34 +00:00

23 lines
472 B
Makefile

# New ports collection makefile for: py-zope.structuredtext
# Date created: Nov 14, 2011
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= zope.structuredtext
PORTVERSION= 3.5.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=easy_install
.include <bsd.port.mk>