svn commit: r487494 - head/security/p5-Crypt-CAST5_PP

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 15 09:00:10 UTC 2018


Author: amdmi3
Date: Sat Dec 15 09:00:09 2018
New Revision: 487494
URL: https://svnweb.freebsd.org/changeset/ports/487494

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

Modified:
  head/security/p5-Crypt-CAST5_PP/Makefile

Modified: head/security/p5-Crypt-CAST5_PP/Makefile
==============================================================================
--- head/security/p5-Crypt-CAST5_PP/Makefile	Sat Dec 15 08:59:12 2018	(r487493)
+++ head/security/p5-Crypt-CAST5_PP/Makefile	Sat Dec 15 09:00:09 2018	(r487494)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	CAST5 block cipher in pure Perl
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list