mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
24 lines
569 B
Makefile
24 lines
569 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= A Zope-less version of Zope Page Templates
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_PKGNAME= ZopePageTemplates
|
|
PYDISTUTILS_PKGVERSION= 0.0.0
|
|
PYDISTUTILS_EGGINFODIR= ${PYTHONPREFIX_SITELIBDIR}/ZopePageTemplates
|
|
WRKSRC= ${WRKDIR}/ZopePageTemplates
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|