diff options
Diffstat (limited to 'devel/p5-Cache-FastMmap/Makefile')
-rw-r--r-- | devel/p5-Cache-FastMmap/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/p5-Cache-FastMmap/Makefile b/devel/p5-Cache-FastMmap/Makefile index d55db8a3f081..502768d603bb 100644 --- a/devel/p5-Cache-FastMmap/Makefile +++ b/devel/p5-Cache-FastMmap/Makefile @@ -1,7 +1,8 @@ PORTNAME= Cache-FastMmap -PORTVERSION= 1.58 +PORTVERSION= 1.60 CATEGORIES= devel perl5 -MASTER_SITES= CPAN CPAN/Cache +MASTER_SITES= CPAN \ + CPAN/Cache MASTER_SITE_SUBDIR= CPAN:ROBM PKGNAMEPREFIX= p5- @@ -12,7 +13,9 @@ WWW= https://metacpan.org/release/Cache-FastMmap LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep +TEST_DEPENDS= p5-JSON>=0:converters/p5-JSON \ + p5-Sereal>0:converters/p5-Sereal \ + p5-Test-Deep>=0:devel/p5-Test-Deep USES= perl5 USE_PERL5= configure |