diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-09-25 17:08:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-09-25 17:08:29 +0800 |
commit | b9bf111cc10c66c3bc14cb08d377597b739fa026 (patch) | |
tree | 04e1cb413601f7484516061a12f9540a393f1c8c /math | |
parent | 4035e0901a7793d4506024374fc3a79f730a72e4 (diff) | |
download | freebsd-ports-gnome-b9bf111cc10c66c3bc14cb08d377597b739fa026.tar.gz freebsd-ports-gnome-b9bf111cc10c66c3bc14cb08d377597b739fa026.tar.zst freebsd-ports-gnome-b9bf111cc10c66c3bc14cb08d377597b739fa026.zip |
- Add LICENSE
Approved by: portmgr blanket
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Random-ISAAC-XS/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/p5-Math-Random-ISAAC-XS/Makefile b/math/p5-Math-Random-ISAAC-XS/Makefile index 60580e339be7..63f5a65fd222 100644 --- a/math/p5-Math-Random-ISAAC-XS/Makefile +++ b/math/p5-Math-Random-ISAAC-XS/Makefile @@ -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 |