diff options
Diffstat (limited to 'textproc/py-Chameleon/Makefile')
-rw-r--r-- | textproc/py-Chameleon/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/py-Chameleon/Makefile b/textproc/py-Chameleon/Makefile new file mode 100644 index 000000000000..f1aa5d79f45a --- /dev/null +++ b/textproc/py-Chameleon/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: py-Chameleon +# Date created: 2011-03-21 +# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Chameleon +DISTVERSION= 2.0-rc6 +CATEGORIES= textproc www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= clsung@FreeBSD.org +COMMENT= A Python HTML/XML template language compiler + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install +PYDISTUTILS_PKGVERSION= 2.0_rc6 + +.include <bsd.port.mk> |