svn commit: r478534 - head/security/p5-Crypt-RC4

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Aug 31 09:08:15 UTC 2018


Author: amdmi3
Date: Fri Aug 31 09:08:14 2018
New Revision: 478534
URL: https://svnweb.freebsd.org/changeset/ports/478534

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

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

Modified: head/security/p5-Crypt-RC4/Makefile
==============================================================================
--- head/security/p5-Crypt-RC4/Makefile	Fri Aug 31 09:02:47 2018	(r478533)
+++ head/security/p5-Crypt-RC4/Makefile	Fri Aug 31 09:08:14 2018	(r478534)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	skreuzer at FreeBSD.org
 COMMENT=	Perl implementation of the RC4 encryption algorithm
 
+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