blob: 5a2990e359ff8d17350f369d4bbde9801cb597a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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>
|