freebsd-ports/security/py-cryptkit/Makefile
2013-12-29 12:08:28 +00:00

17 lines
356 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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>