Manual tweak textproc/code-minimap
[dports.git] / textproc / py-zpt / Makefile
1 PORTNAME=       zpt
2 PORTVERSION=    2.5
3 CATEGORIES=     textproc python
4 MASTER_SITES=   SF
5 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
6 DISTNAME=       ZopePageTemplates-${PORTVERSION}
7
8 MAINTAINER=     ports@FreeBSD.org
9 COMMENT=        Zope-less version of Zope Page Templates
10 WWW=            http://zpt.sourceforge.net/
11
12 USES=           python tar:tgz
13 USE_PYTHON=     distutils autoplist
14 WRKSRC=         ${WRKDIR}/ZopePageTemplates
15 NO_ARCH=        yes
16
17 .include <bsd.port.mk>