1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/textproc/py-zpt/Makefile
Martin Wilke a4ff5b1895 - Add NO_ARCH
- EXTRACT_SUFX to USES tar
2016-01-07 11:09:06 +00:00

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>