freebsd-ports/security/py-cryptkit/Makefile

17 lines
345 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= A Cryptographic Toolkit for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
NO_STAGE= yes
.include <bsd.port.mk>