aboutsummaryrefslogtreecommitdiff
path: root/www/py-collective.templateengines/Makefile
blob: 7507e4bf1c1373b64ae8dbf03b234c1e4e3a3926 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Michelle Sullivan <michelle@sorbs.net>
# $FreeBSD$

PORTNAME=	collective.templateengines
PORTVERSION=	0.3.5
PORTREVISION=	1
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@${PY_FLAVOR}

USES=		python:2.7 zip
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>