freebsd-ports/security/py-cryptkit/Makefile

23 lines
434 B
Makefile
Raw Normal View History

# 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= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= A Cryptographic Toolkit for Python
USE_PYTHON= yes
2002-04-29 20:53:07 +02:00
USE_PYDISTUTILS= yes
.include <bsd.port.mk>