- Add LICENSE

- Clean up pkg-descr

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-12-19 09:00:14 +00:00
parent e041761b3b
commit 81f404a027
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487788
2 changed files with 3 additions and 2 deletions

View file

@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org MAINTAINER= perl@FreeBSD.org
COMMENT= Set up array elements as aliases COMMENT= Set up array elements as aliases
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5 USES= perl5
USE_PERL5= configure USE_PERL5= configure

View file

@ -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. you store reference to things in arrays and hashes.
WWW: https://metacpan.org/release/Array-RefElem WWW: https://metacpan.org/release/Array-RefElem
Seamus Venasse <svenasse@polaris.ca>