diff options
author | tsarna <tsarna@pkgsrc.org> | 1999-04-17 01:41:13 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1999-04-17 01:41:13 +0000 |
commit | b1f3fae4599d147f3b4f7cd7f9449b2e6c7c44ae (patch) | |
tree | 8886f633a0a82a65a8dc764f5270c293967fba13 /security/py-crypto | |
parent | ffa8571aa9edc03ec95c4aa72a70ae72e12c5312 (diff) | |
download | pkgsrc-b1f3fae4599d147f3b4f7cd7f9449b2e6c7c44ae.tar.gz |
Update for python 1.5.2.
XXX this is not updated to the latest version, which has changed
significantly. There isn't time to do investigate it before the freeze.
Diffstat (limited to 'security/py-crypto')
-rw-r--r-- | security/py-crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-crypto/Makefile b/security/py-crypto/Makefile index 5c0cb5f8e2f..a45f1041302 100644 --- a/security/py-crypto/Makefile +++ b/security/py-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/03/08 10:53:57 agc Exp $ +# $NetBSD: Makefile,v 1.8 1999/04/17 01:41:13 tsarna Exp $ DISTNAME= pycrypt100 PKGNAME= py-crypto-1.0.0 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://starship.skyport.net/crew/amk/writing/pct/ -DEPENDS+= python-1.5.1:../../lang/python +DEPENDS+= python-1.5.2:../../lang/python RESTRICTED= "Cryptographic software" MIRROR_DISTFILE=no |