Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2018 09:08:29 +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: r480654 - head/math/p5-Math-Random-ISAAC-XS
Message-ID:  <201809250908.w8P98T9d002642@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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