mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
ace30ffea2
PR: 55338 Submitted by: Rui Lopes <rui@ruilopes.com>
22 lines
435 B
Makefile
22 lines
435 B
Makefile
# 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>
|