aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/p5-Array-RefElem/Makefile3
-rw-r--r--misc/p5-Array-RefElem/pkg-descr2
2 files changed, 3 insertions, 2 deletions
diff --git a/misc/p5-Array-RefElem/Makefile b/misc/p5-Array-RefElem/Makefile
index 284a065ea714..4c013af88ecc 100644
--- a/misc/p5-Array-RefElem/Makefile
+++ b/misc/p5-Array-RefElem/Makefile
@@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Set up array elements as aliases
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
USES= perl5
USE_PERL5= configure
diff --git a/misc/p5-Array-RefElem/pkg-descr b/misc/p5-Array-RefElem/pkg-descr
index c1164373b411..b35be6a488c5 100644
--- a/misc/p5-Array-RefElem/pkg-descr
+++ b/misc/p5-Array-RefElem/pkg-descr
@@ -2,5 +2,3 @@ This module give direct access to the internal perl routines that let
you store reference to things in arrays and hashes.
WWW: https://metacpan.org/release/Array-RefElem
-
-Seamus Venasse <svenasse@polaris.ca>