17 lines
361 B
Makefile
17 lines
361 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= empy
|
|
PORTVERSION= 3.3
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= http://www.alcyone.com/software/empy/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Powerful and robust templating system for Python
|
|
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|