mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
a4ff5b1895
- EXTRACT_SUFX to USES tar
20 lines
427 B
Makefile
20 lines
427 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}
|
|
|
|
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>
|