mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
f42b3d617c
require Zope and is hence useful for doing templating in other projects. PR: ports/78573 Submitted by: Benno Rice <benno@jeamland.net>
25 lines
539 B
Makefile
25 lines
539 B
Makefile
# 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>
|