diff options
author | tsarna <tsarna@pkgsrc.org> | 1998-08-07 14:56:54 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1998-08-07 14:56:54 +0000 |
commit | 74697208ab023dea2c0c28dfd01226e5f9b5828a (patch) | |
tree | 05be2c1fd6a878f825892b4b36971d2817ebbdcc /security/py-crypto | |
parent | 5741ee44ab83a718c3a58e0bb03d3a6596f04629 (diff) | |
download | pkgsrc-74697208ab023dea2c0c28dfd01226e5f9b5828a.tar.gz |
Clean up
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 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}' |