freebsd-ports/textproc/py-zpt/Makefile

25 lines
539 B
Makefile
Raw Normal View History

# Ports collection makefile for: py-zpt
# Date created: 8 Mar 2005
# Whom: Benno Rice <benno@jeamland.net>
#
# $FreeBSD$
#
PORTNAME= zpt
PORTVERSION= 1.4.0
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= zpt
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ZopePageTemplates-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A Zope-less version of Zope Page Templates
USE_PYTHON= yes
USE_PYDISTUTILS=yes
WRKSRC= ${WRKDIR}/ZopePageTemplates
.include <bsd.port.mk>