1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/textproc/py-zpt/Makefile
2021-04-06 16:31:07 +02:00

19 lines
420 B
Makefile

# Created by: Benno Rice <benno@jeamland.net>
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>