aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-pycrypto/Makefile
blob: 1854de013ce83e8d0d62826e0b6a61457d53392a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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= ports@FreeBSD.org
COMMENT=    The Python Cryptography Toolkit

USE_PYTHON= yes
USE_PYDISTUTILS=yes

.include <bsd.port.mk>