Tweak textproc/fixrtf version 0.1.20060303_3
[dports.git] / security / py-plone.protect / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       plone.protect
4 PORTVERSION=    2.0.2
5 PORTREVISION=   1
6 CATEGORIES=     security python zope
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9 DIST_SUBDIR=    zope
10
11 MAINTAINER=     zope@FreeBSD.org
12 COMMENT=        Security for browser forms
13
14 LICENSE=        BSD3CLAUSE
15
16 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}plone.keyring>1.0:${PORTSDIR}/security/py-plone.keyring \
17                 ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
18                 ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface
19
20 USES=           python zip
21 USE_PYTHON=     distutils autoplist
22
23 .include <bsd.port.mk>