20 lines
442 B
Makefile
20 lines
442 B
Makefile
# Created by: Benno Rice <benno@jeamland.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zpt
|
|
PORTVERSION= 2.5
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= SF
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ZopePageTemplates-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Zope-less version of Zope Page Templates
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
WRKSRC= ${WRKDIR}/ZopePageTemplates
|
|
|
|
.include <bsd.port.mk>
|