diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-12-19 09:00:14 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-12-19 09:00:14 +0000 |
| commit | 81f404a02706a759b935d2bcadb05e3f6caae3f0 (patch) | |
| tree | cf9ab129f67c6eb40b12cf24f5d70a6ee4b26b99 | |
| parent | e041761b3bd5d575fd09e2b992d34e2a9198243e (diff) | |
Notes
| -rw-r--r-- | misc/p5-Array-RefElem/Makefile | 3 | ||||
| -rw-r--r-- | misc/p5-Array-RefElem/pkg-descr | 2 |
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> |
