18 lines
372 B
Makefile
18 lines
372 B
Makefile
PORTNAME= empy
|
|
PORTVERSION= 3.3.4
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Powerful and robust templating system for Python
|
|
WWW= http://www.alcyone.com/software/empy/
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|