2005-07-13 11:33:47 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: py-empy
|
|
|
|
# Date created: Jul 12, 2005
|
|
|
|
# Whom: 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= A powerful and robust templating system for Python
|
|
|
|
|
|
|
|
USE_PYTHON= 1.5+
|
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGVERSION= 3.1
|
2005-07-13 11:33:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|