1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/security/py-cryptkit/Makefile

22 lines
418 B
Makefile

# ex:ts=8
# Ports collection makefile for: py-cryptkit
# Date created: Mar 16, 2002
# Whom: 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
.include <bsd.port.mk>