Tweak security/sshblock version 1.0_1
[dports.git] / security / py-zope.login / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       zope.login
4 PORTVERSION=    1.0.0
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=        Login helpers for zope.publisher / authentication
13
14 LICENSE=        ZPL21
15
16 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}zope.authentication>=0:${PORTSDIR}/security/py-zope.authentication \
17                 ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
18                 ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
19                 ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope.publisher
20
21 USES=           python zip
22 USE_PYTHON=     distutils autoplist
23
24 .include <bsd.port.mk>