19 lines
410 B
Makefile
19 lines
410 B
Makefile
PORTNAME= Tempita
|
|
PORTVERSION= 0.5.2
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Small templating language for text substitutions
|
|
WWW= https://pythonpaste.org/tempita/
|
|
|
|
LICENSE= MIT
|
|
#LICENSE_FILE= No license in PyPI sdist or repository
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|