Index: head/misc/p5-Array-RefElem/Makefile =================================================================== --- head/misc/p5-Array-RefElem/Makefile (revision 487787) +++ head/misc/p5-Array-RefElem/Makefile (revision 487788) @@ -1,17 +1,20 @@ # Created by: Seamus Venasse # $FreeBSD$ PORTNAME= Array-RefElem PORTVERSION= 1.00 PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Set up array elements as aliases +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure .include Index: head/misc/p5-Array-RefElem/pkg-descr =================================================================== --- head/misc/p5-Array-RefElem/pkg-descr (revision 487787) +++ head/misc/p5-Array-RefElem/pkg-descr (revision 487788) @@ -1,6 +1,4 @@ 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