diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-06-01 18:37:05 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-06-01 18:37:05 +0000 |
commit | b4b2afd2c5516996d918b6413c7f3302378626b5 (patch) | |
tree | d1e0258d324fb920d3c74245b6449f841fae21f5 /www/py-collective.templateengines/Makefile | |
parent | 9285181eab1ac34b7ba435ae579cb12dea84724e (diff) | |
download | ports-b4b2afd2c5516996d918b6413c7f3302378626b5.tar.gz ports-b4b2afd2c5516996d918b6413c7f3302378626b5.zip |
Notes
Diffstat (limited to 'www/py-collective.templateengines/Makefile')
-rw-r--r-- | www/py-collective.templateengines/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/py-collective.templateengines/Makefile b/www/py-collective.templateengines/Makefile new file mode 100644 index 000000000000..63b049e00a5d --- /dev/null +++ b/www/py-collective.templateengines/Makefile @@ -0,0 +1,21 @@ +# Created by: Michelle Sullivan <michelle@sorbs.net> +# $FreeBSD$ + +PORTNAME= collective.templateengines +PORTVERSION= 0.3.5 +CATEGORIES= www python zope +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope + +MAINTAINER= michelle@sorbs.net +COMMENT= Template engine abstraction layer for Python + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=2.1.0:${PORTSDIR}/devel/py-Products.CMFCore + +USES= python:2 zip +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> |