Update security/libassuan to version 2.1.2
[dports.git] / security / py-zope.password / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       zope.password
4 PORTVERSION=    3.6.1
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=        Password encoding and checking utilities
13
14 LICENSE=        ZPL21
15
16 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
17                 ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:${PORTSDIR}/devel/py-zope.configuration \
18                 ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface
19
20 USE_PYTHON=             yes
21 USE_PYDISTUTILS=        yes
22 PYDISTUTILS_AUTOPLIST=  yes
23
24 .include <bsd.port.mk>