diff options
author | nork <nork@FreeBSD.org> | 2003-02-17 00:10:59 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-02-17 00:10:59 +0800 |
commit | 3aab89ec4a9718de495f068c6463e5611436e45c (patch) | |
tree | 54fd10aacb7939179449f63df31be184823c0dd3 /security | |
parent | 9b50b3f70b821e744e491c5da263e383d5ae1b00 (diff) | |
download | freebsd-ports-gnome-3aab89ec4a9718de495f068c6463e5611436e45c.tar.gz freebsd-ports-gnome-3aab89ec4a9718de495f068c6463e5611436e45c.tar.zst freebsd-ports-gnome-3aab89ec4a9718de495f068c6463e5611436e45c.zip |
Remove RESTRICTED tag with cryptography relation.
Pointed out by: kris
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-OpenSSL-DSA/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-Random/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-RC5/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-RC6/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-Serpent/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-Twofish2/Makefile | 2 |
7 files changed, 0 insertions, 14 deletions
diff --git a/security/p5-Crypt-OpenSSL-DSA/Makefile b/security/p5-Crypt-OpenSSL-DSA/Makefile index 58ffb8e09f0e..1203a0a8a94a 100644 --- a/security/p5-Crypt-OpenSSL-DSA/Makefile +++ b/security/p5-Crypt-OpenSSL-DSA/Makefile @@ -14,8 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= nork@FreeBSD.org -RESTRICTED= "Crypto; export-controlled" - PERL_CONFIGURE= yes MAN3= Crypt::OpenSSL::DSA.3 Crypt::OpenSSL::DSA::Signature.3 diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile index e1fde8accaa4..753ac3c78794 100644 --- a/security/p5-Crypt-OpenSSL-RSA/Makefile +++ b/security/p5-Crypt-OpenSSL-RSA/Makefile @@ -17,8 +17,6 @@ MAINTAINER= nork@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/OpenSSL/Random.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random RUN_DEPENDS= ${BUILD_DEPENDS} -RESTRICTED= "Crypto; export-controlled" - PERL_CONFIGURE= yes MAN3= Crypt::OpenSSL::RSA.3 diff --git a/security/p5-Crypt-OpenSSL-Random/Makefile b/security/p5-Crypt-OpenSSL-Random/Makefile index e5e2bfb217a0..c7e6b28ba3b5 100644 --- a/security/p5-Crypt-OpenSSL-Random/Makefile +++ b/security/p5-Crypt-OpenSSL-Random/Makefile @@ -14,8 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= nork@FreeBSD.org -RESTRICTED= "Crypto; export-controlled" - PERL_CONFIGURE= yes MAN3= Crypt::OpenSSL::Random.3 diff --git a/security/p5-Crypt-RC5/Makefile b/security/p5-Crypt-RC5/Makefile index c251bec84dec..d2982d7c55fc 100644 --- a/security/p5-Crypt-RC5/Makefile +++ b/security/p5-Crypt-RC5/Makefile @@ -14,8 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= nork@FreeBSD.org -RESTRICTED= "Crypto; export-controlled" - PERL_CONFIGURE= yes MAN3= Crypt::RC5.3 diff --git a/security/p5-Crypt-RC6/Makefile b/security/p5-Crypt-RC6/Makefile index 3ca116d6cb8d..2f0077532a1d 100644 --- a/security/p5-Crypt-RC6/Makefile +++ b/security/p5-Crypt-RC6/Makefile @@ -16,8 +16,6 @@ MAINTAINER= nork@FreeBSD.org USE_REINPLACE= YES -RESTRICTED= "Crypto; export-controlled" - PERL_CONFIGURE= yes MAN3= Crypt::RC6.3 diff --git a/security/p5-Crypt-Serpent/Makefile b/security/p5-Crypt-Serpent/Makefile index 6b7ad9ee4887..007f079d9c44 100644 --- a/security/p5-Crypt-Serpent/Makefile +++ b/security/p5-Crypt-Serpent/Makefile @@ -14,8 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= nork@FreeBSD.org -RESTRICTED= "Crypto; export-controlled" - PERL_CONFIGURE= yes MAN3= Crypt::Serpent.3 diff --git a/security/p5-Crypt-Twofish2/Makefile b/security/p5-Crypt-Twofish2/Makefile index f354a12ece66..85fd1a987181 100644 --- a/security/p5-Crypt-Twofish2/Makefile +++ b/security/p5-Crypt-Twofish2/Makefile @@ -14,8 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= nork@FreeBSD.org -RESTRICTED= "Crypto; export-controlled" - PERL_CONFIGURE= yes MAN3= Crypt::Twofish2.3 |