Files
ports/textproc/py-zpt/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

20 lines
432 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:3.6+ tar:tgz
USE_PYTHON= distutils autoplist
WRKSRC= ${WRKDIR}/ZopePageTemplates
NO_ARCH= yes
.include <bsd.port.mk>