aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-DES_EDE3
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-09-15 09:08:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-09-15 09:08:23 +0000
commit42612a4c04aa81ce8671ff5666651c3ad275b638 (patch)
tree9ff1fd8aff1860d0684a14882c9204650145d45f /security/p5-Crypt-DES_EDE3
parent30e888bb8a776de417ce0b05090f9250abdc3035 (diff)
downloadports-42612a4c04aa81ce8671ff5666651c3ad275b638.tar.gz
ports-42612a4c04aa81ce8671ff5666651c3ad275b638.zip
- Add LICENSE
- Add NO_ARCH - Add WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=479829
Diffstat (limited to 'security/p5-Crypt-DES_EDE3')
-rw-r--r--security/p5-Crypt-DES_EDE3/Makefile4
-rw-r--r--security/p5-Crypt-DES_EDE3/pkg-descr2
2 files changed, 6 insertions, 0 deletions
diff --git a/security/p5-Crypt-DES_EDE3/Makefile b/security/p5-Crypt-DES_EDE3/Makefile
index 0523ce29b34a..7247f5afa2da 100644
--- a/security/p5-Crypt-DES_EDE3/Makefile
+++ b/security/p5-Crypt-DES_EDE3/Makefile
@@ -11,10 +11,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to a implementing 3-DES EDE encryption and decryption
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Crypt-DES>=0:security/p5-Crypt-DES
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/security/p5-Crypt-DES_EDE3/pkg-descr b/security/p5-Crypt-DES_EDE3/pkg-descr
index a64bda3ccc89..320f0166be74 100644
--- a/security/p5-Crypt-DES_EDE3/pkg-descr
+++ b/security/p5-Crypt-DES_EDE3/pkg-descr
@@ -4,3 +4,5 @@ decrypt is decrypt-encrypt-decrypt. This implementation uses Crypt::DES
to do its dirty DES work, and simply provides a wrapper around that
module: setting up the individual DES ciphers, initializing the keys,
and performing the encryption/decryption steps
+
+WWW: https://metacpan.org/release/Crypt-DES_EDE3