svn commit: r463630 - head/security/p5-Crypt-CBC

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Mar 5 09:03:07 UTC 2018


Author: amdmi3
Date: Mon Mar  5 09:03:06 2018
New Revision: 463630
URL: https://svnweb.freebsd.org/changeset/ports/463630

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

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

Modified: head/security/p5-Crypt-CBC/Makefile
==============================================================================
--- head/security/p5-Crypt-CBC/Makefile	Mon Mar  5 08:33:07 2018	(r463629)
+++ head/security/p5-Crypt-CBC/Makefile	Mon Mar  5 09:03:06 2018	(r463630)
@@ -11,7 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl5 interface to Cipher Block Chaining with DES and IDEA
 
+LICENSE=	ART10
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list