blob: 60487d9ed8f2008ca4391a28a07b37745f23e3c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: py-amkCrypto
# Date created: 19 April 2001
# Whom: Jason R. Mastaler <jason@mastaler.com>
#
# $FreeBSD$
#
PORTNAME= amkCrypto
PORTVERSION= 0.1.3
CATEGORIES= security python
MASTER_SITES= http://www.amk.ca/files/python/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
MAINTAINER= jason@mastaler.com
COMMENT= Python cryptography modules
BROKEN= "Does not compile"
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_OPENSSL= yes
.include <bsd.port.mk>
|