freebsd-ports/security/py-cryptkit/Makefile
Marcus von Appen 742321c708 - Convert ports of science/ and security to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:50:42 +00:00

16 lines
338 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= cryptkit
PORTVERSION= 0.9
CATEGORIES= security python
MASTER_SITES= SF/${PORTNAME}/_${PORTNAME}/Complete%20Kit
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Cryptographic Toolkit for Python
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>