Index: head/security/p5-Crypt-DES_EDE3/Makefile =================================================================== --- head/security/p5-Crypt-DES_EDE3/Makefile (revision 479828) +++ head/security/p5-Crypt-DES_EDE3/Makefile (revision 479829) @@ -1,20 +1,24 @@ # Created by: jesper # $FreeBSD$ PORTNAME= Crypt-DES_EDE3 PORTVERSION= 0.01 PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN 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 Index: head/security/p5-Crypt-DES_EDE3/pkg-descr =================================================================== --- head/security/p5-Crypt-DES_EDE3/pkg-descr (revision 479828) +++ head/security/p5-Crypt-DES_EDE3/pkg-descr (revision 479829) @@ -1,6 +1,8 @@ Crypt::DES_EDE3 implements DES-EDE3 encryption. This is triple-DES encryption where an encrypt operation is encrypt-decrypt-encrypt, and 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