diff options
author | nork <nork@FreeBSD.org> | 2003-02-18 00:20:33 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-02-18 00:20:33 +0800 |
commit | ec1ab478558e5e694d88c3f42a14cf094d8d0639 (patch) | |
tree | 39c05ade422f34bf29f99764bfbda63b338428c3 /security | |
parent | d15d967c3b8e35ceca3768ceaf5226c7a5ccfaa8 (diff) | |
download | freebsd-ports-gnome-ec1ab478558e5e694d88c3f42a14cf094d8d0639.tar.gz freebsd-ports-gnome-ec1ab478558e5e694d88c3f42a14cf094d8d0639.tar.zst freebsd-ports-gnome-ec1ab478558e5e694d88c3f42a14cf094d8d0639.zip |
Remove RESTRICTED tag for crypto stuff.
Pointed out by: kris
Diffstat (limited to 'security')
-rw-r--r-- | security/libmcrypt/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-CBC/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-DES/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-HCE_SHA/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-OpenPGP/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-Twofish/Makefile | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile index 313c5a22c1a6..c7d4d10dff87 100644 --- a/security/libmcrypt/Makefile +++ b/security/libmcrypt/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/ \ MAINTAINER= ports@FreeBSD.org -RESTRICTED= "yes - cryptography" - USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index c67562e46e86..8b7b0661f553 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -16,8 +16,6 @@ MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -RESTRICTED= "Crypto; export-controlled" - PERL_CONFIGURE= yes MAN3= Crypt::CBC.3 diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index 3de3f9bfaa64..f084fd1b3d8b 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -14,8 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -RESTRICTED= "Crypto; export-controlled" - PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/security/p5-Crypt-HCE_SHA/Makefile b/security/p5-Crypt-HCE_SHA/Makefile index 87a70d41cb45..d8b05d4bc16b 100644 --- a/security/p5-Crypt-HCE_SHA/Makefile +++ b/security/p5-Crypt-HCE_SHA/Makefile @@ -18,8 +18,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Ba ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS= ${BUILD_DEPENDS} -RESTRICTED= "Crypto; export-controlled" - PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile index c2bc84259197..f4270de08c08 100644 --- a/security/p5-Crypt-OpenPGP/Makefile +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -32,8 +32,6 @@ BUILD_DEPENDS= ${PERLBASE}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Cry ${PERLBASE}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${PERLBASE}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -RESTRICTED= "Crypto; export-controlled" - PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile index abae739e7431..30163a700f9b 100644 --- a/security/p5-Crypt-Twofish/Makefile +++ b/security/p5-Crypt-Twofish/Makefile @@ -14,8 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -RESTRICTED= "Crypto; export-controlled" - PERL_CONFIGURE= yes MAN3= Crypt::Twofish.3 |