head	1.5;
access;
symbols
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2003.08.28.08.28.18;	author perky;	state dead;
branches;
next	1.4;

1.4
date	2003.05.06.23.42.44;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.13.26.54;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2002.04.29.18.49.14;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2001.05.17.16.21.32;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Remove security/py-amkCrypto port. This port have not been built over
a year and replaced by security/py-pycrypto.
@
text
@# New ports collection makefile for:	py-amkCrypto
# Date created:				19 April 2001
# Whom:					Jason R. Mastaler <jason@@mastaler.com>
#
# $FreeBSD: ports/security/py-amkCrypto/Makefile,v 1.4 2003/05/06 23:42:44 kris Exp $
#

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>
@


1.4
log
@BROKEN: Does not compile
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@De-pkg-comment.
@
text
@d18 2
@


1.2
log
@use USE_PYDISTUTILS
@
text
@d16 1
@


1.1
log
@Add py-amkCrypto 0.1.3, a Python cryptography modules.

PR:		26723
Submitted by:	Jason R. Mastaler <jason@@mastaler.com>
@
text
@a16 1
BUILD_DEPENDS=	${PYDISTUTILS}
d18 1
a19 6

do-build:
	(cd ${WRKSRC}; ${PYTHON_CMD} setup.py build)

do-install:
	(cd ${WRKSRC}; ${PYTHON_CMD} setup.py install)
@

