freebsd-ports/textproc/py-zpt/Makefile

20 lines
427 B
Makefile
Raw Normal View History

# Created by: Benno Rice <benno@jeamland.net>
# $FreeBSD$
PORTNAME= zpt
2008-09-26 15:31:37 +02:00
PORTVERSION= 2.5
CATEGORIES= textproc python
2008-09-26 15:31:37 +02:00
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ZopePageTemplates-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Zope-less version of Zope Page Templates
USES= python tar:tgz
USE_PYTHON= distutils autoplist
WRKSRC= ${WRKDIR}/ZopePageTemplates
NO_ARCH= yes
.include <bsd.port.mk>