diff options
author | nork <nork@FreeBSD.org> | 2003-02-18 00:21:38 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-02-18 00:21:38 +0800 |
commit | 39ace402c1bb02846d439486b37310b9e74f251f (patch) | |
tree | 1fd48a5ae928f70590049baef12f89a02c0232f3 /security | |
parent | ec1ab478558e5e694d88c3f42a14cf094d8d0639 (diff) | |
download | freebsd-ports-gnome-39ace402c1bb02846d439486b37310b9e74f251f.tar.gz freebsd-ports-gnome-39ace402c1bb02846d439486b37310b9e74f251f.tar.zst freebsd-ports-gnome-39ace402c1bb02846d439486b37310b9e74f251f.zip |
Remove RESTRICTED tag for crypto stuff.
Pointed out by: kris
Submitted by: Erwin Lansing <erwin@lansing.dk> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-IDEA/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-SSLeay/Makefile | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index 70a7f2471e9f..d1a22218d7b0 100644 --- a/security/p5-Crypt-IDEA/Makefile +++ b/security/p5-Crypt-IDEA/Makefile @@ -14,8 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= erwin@lansing.dk -RESTRICTED= "Crypto; export-controlled" - PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile index 70fef98d7a99..45dcab494d74 100644 --- a/security/p5-Crypt-SSLeay/Makefile +++ b/security/p5-Crypt-SSLeay/Makefile @@ -18,7 +18,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Ba ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI/URL.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} -RESTRICTED= "Crypto; export-controlled" PERL_CONFIGURE= yes CONFIGURE_ARGS+= "/usr" USE_OPENSSL= yes |