blob: b94af0a09b9e334f4a17108463dbe5bd0fd2b5b8 (
plain) (
tree)
|
|
# New ports collection makefile for: pycrypto
# Date created: 25 Oct 2002
# Whom: nbm
#
# $FreeBSD$
#
PORTNAME= pycrypto
PORTVERSION= 1.9.a6
CATEGORIES= security
MASTER_SITES= http://www.amk.ca/files/python/crypto/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION:S@.a@a@}
MAINTAINER= nbm@FreeBSD.org
COMMENT= The Python Cryptography Toolkit
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>
|