diff options
author | tsarna <tsarna> | 1998-08-07 14:56:54 +0000 |
---|---|---|
committer | tsarna <tsarna> | 1998-08-07 14:56:54 +0000 |
commit | df3119d4fd4ade1e9f01f9a749bc30460651a804 (patch) | |
tree | 05be2c1fd6a878f825892b4b36971d2817ebbdcc /security | |
parent | 588d20af16a5139cead2b560a24d4da7e342702c (diff) | |
download | pkgsrc-df3119d4fd4ade1e9f01f9a749bc30460651a804.tar.gz |
Clean up
Diffstat (limited to 'security')
-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 61d31fb3bb5..9de85bcdb12 100644 --- a/security/py-crypto/Makefile +++ b/security/py-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/07 14:50:49 tsarna Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/07 14:56:54 tsarna Exp $ DISTNAME= pycrypt100 PKGNAME= py-crypto-1.0.0 @@ -10,8 +10,8 @@ MAINTAINER= tsarna@netbsd.org DEPENDS+= python-1.5.1:../../lang/python +RESTRICTED= "Cryptographic software" MIRROR_DISTFILE=no -RESTRICTED= crypto WRKSRC= ${WRKDIR}/Extensions/Crypto MAKE_FLAGS= 'OPT=${CFLAGS}' |