2013-09-21 01:17:30 +02:00
|
|
|
# Created by: ijliao
|
2005-07-13 11:33:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= empy
|
|
|
|
PORTVERSION= 3.3
|
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= http://www.alcyone.com/software/empy/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-12-30 12:46:38 +01:00
|
|
|
COMMENT= Powerful and robust templating system for Python
|
2005-07-13 11:33:47 +02:00
|
|
|
|
2013-12-30 12:46:38 +01:00
|
|
|
USE_PYTHON= 2
|
2005-07-13 11:33:47 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2013-12-30 12:46:38 +01:00
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2005-07-13 11:33:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|