diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-17 16:20:33 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-17 16:20:33 +0000 |
commit | 613b26ff55f7115e50d7526eb0629ef617770508 (patch) | |
tree | fc012b72bca3e76752e4d6f2bda2fde36788b1f2 | |
parent | Update to 0.8.2 (diff) |
Remove RESTRICTED tag for crypto stuff.
Pointed out by: kris
Notes
Notes:
svn path=/head/; revision=75713
-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 |