From e08d17fde8f2017b28e4e6da00c080cf97eae3ca Mon Sep 17 00:00:00 2001 From: sunpoet Date: Wed, 30 Jan 2019 19:22:23 +0000 Subject: Update to 0.04 - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: https://metacpan.org/changes/distribution/DateTime-Format-Roman --- devel/p5-DateTime-Format-Roman/Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'devel/p5-DateTime-Format-Roman/Makefile') diff --git a/devel/p5-DateTime-Format-Roman/Makefile b/devel/p5-DateTime-Format-Roman/Makefile index fb1c77dcd726..5fae732258d8 100644 --- a/devel/p5-DateTime-Format-Roman/Makefile +++ b/devel/p5-DateTime-Format-Roman/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Format-Roman -PORTVERSION= 0.03 -PORTREVISION= 1 +PORTVERSION= 0.04 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +10,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Roman day numbering for DateTime objects +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \ +RUN_DEPENDS= p5-DateTime>=0.22:devel/p5-DateTime \ + p5-Params-Validate>=0:devel/p5-Params-Validate \ p5-Roman>=0:math/p5-Roman USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include -- cgit