freebsd-ports/www/py-collective.templateengines/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

21 lines
503 B
Makefile

# 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:devel/py-Products.CMFCore
USES= python:2 zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>