Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Sep 2018 09:08:23 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479829 - head/security/p5-Crypt-DES_EDE3
Message-ID:  <201809150908.w8F98N7a069856@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Sep 15 09:08:23 2018
New Revision: 479829
URL: https://svnweb.freebsd.org/changeset/ports/479829

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Add WWW
  
  Approved by:	portmgr blanket

Modified:
  head/security/p5-Crypt-DES_EDE3/Makefile
  head/security/p5-Crypt-DES_EDE3/pkg-descr

Modified: head/security/p5-Crypt-DES_EDE3/Makefile
==============================================================================
--- head/security/p5-Crypt-DES_EDE3/Makefile	Sat Sep 15 09:06:28 2018	(r479828)
+++ head/security/p5-Crypt-DES_EDE3/Makefile	Sat Sep 15 09:08:23 2018	(r479829)
@@ -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>

Modified: head/security/p5-Crypt-DES_EDE3/pkg-descr
==============================================================================
--- head/security/p5-Crypt-DES_EDE3/pkg-descr	Sat Sep 15 09:06:28 2018	(r479828)
+++ head/security/p5-Crypt-DES_EDE3/pkg-descr	Sat Sep 15 09:08:23 2018	(r479829)
@@ -4,3 +4,5 @@ decrypt is decrypt-encrypt-decrypt. This implementatio
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809150908.w8F98N7a069856>