diff options
-rw-r--r-- | devel/p5-DateTime-Format-Roman/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Roman/distinfo | 5 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Roman/pkg-plist | 2 |
3 files changed, 13 insertions, 6 deletions
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 <bsd.port.mk> diff --git a/devel/p5-DateTime-Format-Roman/distinfo b/devel/p5-DateTime-Format-Roman/distinfo index a6a8c575ca47..6216d3f5ff92 100644 --- a/devel/p5-DateTime-Format-Roman/distinfo +++ b/devel/p5-DateTime-Format-Roman/distinfo @@ -1,2 +1,3 @@ -SHA256 (DateTime-Format-Roman-0.03.tar.gz) = 15e981504a39c88ec2504520c5e083d14fb60ba3663aee3033b936af88f2040b -SIZE (DateTime-Format-Roman-0.03.tar.gz) = 11525 +TIMESTAMP = 1548843540 +SHA256 (DateTime-Format-Roman-0.04.tar.gz) = f85cae40d987ff03b861839f54ba6974bb62130e4e20cf14fa524a2015da9fbe +SIZE (DateTime-Format-Roman-0.04.tar.gz) = 13385 diff --git a/devel/p5-DateTime-Format-Roman/pkg-plist b/devel/p5-DateTime-Format-Roman/pkg-plist index 719f63e1f38d..f44fddec67ff 100644 --- a/devel/p5-DateTime-Format-Roman/pkg-plist +++ b/devel/p5-DateTime-Format-Roman/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/DateTime::Format::Roman.3.gz %%SITE_PERL%%/DateTime/Format/Roman.pm +%%PERL5_MAN3%%/DateTime::Format::Roman.3.gz |