diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-06 18:50:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-06 18:50:44 +0000 |
commit | ff3e7424e43f85c547f6635e5a7d2f5b42815d0d (patch) | |
tree | 10c558318e8522c6500f91eed6fbed1ec3f35bdb /devel/p5-Data-Rmap/Makefile | |
parent | f9d30626843900ad455c663217c3d603bbed308f (diff) |
Notes
Diffstat (limited to 'devel/p5-Data-Rmap/Makefile')
-rw-r--r-- | devel/p5-Data-Rmap/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/p5-Data-Rmap/Makefile b/devel/p5-Data-Rmap/Makefile index a016d0801b2d..f886e88d373f 100644 --- a/devel/p5-Data-Rmap/Makefile +++ b/devel/p5-Data-Rmap/Makefile @@ -3,6 +3,7 @@ PORTNAME= Data-Rmap PORTVERSION= 0.62 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,9 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Recursive map, apply a block to a data structure +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +USE_PERL5= configure USES= perl5 -USE_PERL5= modbuild .include <bsd.port.mk> |