freebsd-ports/security/py-potr/Makefile
2015-01-18 00:07:02 +00:00

21 lines
462 B
Makefile

# $FreeBSD$
PORTNAME= potr
PORTVERSION= 1.0.1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= rm@FreeBSD.org
COMMENT= Pure Python Off-The-Record encryption
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto
USES= python zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>