svn commit: r480654 - head/math/p5-Math-Random-ISAAC-XS

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 25 09:08:30 UTC 2018


Author: amdmi3
Date: Tue Sep 25 09:08:29 2018
New Revision: 480654
URL: https://svnweb.freebsd.org/changeset/ports/480654

Log:
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/math/p5-Math-Random-ISAAC-XS/Makefile

Modified: head/math/p5-Math-Random-ISAAC-XS/Makefile
==============================================================================
--- head/math/p5-Math-Random-ISAAC-XS/Makefile	Tue Sep 25 08:40:07 2018	(r480653)
+++ head/math/p5-Math-Random-ISAAC-XS/Makefile	Tue Sep 25 09:08:29 2018	(r480654)
@@ -12,6 +12,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	C implementation of the ISAAC PRNG Algorithm
 
+LICENSE=	PD MIT ART10 ART20 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 TEST_DEPENDS=	p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings
 
 USES=		perl5


More information about the svn-ports-all mailing list