c315d96840
- update to 3.3.2. This release adds support for python3 - add LICENSE (LGPL21) - add NO_ARCH, sort USE_PYTHON - pass maintainership to python@
20 lines
410 B
Makefile
20 lines
410 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= empy
|
|
PORTVERSION= 3.3.2
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= http://www.alcyone.com/software/empy/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Powerful and robust templating system for Python
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|