diff --git a/devel/p5-DateTime-Format-RFC3339/Makefile b/devel/p5-DateTime-Format-RFC3339/Makefile index 831ea29c5e31..4923027e22fc 100644 --- a/devel/p5-DateTime-Format-RFC3339/Makefile +++ b/devel/p5-DateTime-Format-RFC3339/Makefile @@ -1,19 +1,21 @@ PORTNAME= DateTime-Format-RFC3339 -PORTVERSION= 1.0.5 -PORTREVISION= 1 +DISTVERSION= 1.2.0 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= citric@cubicone.tmetic.com COMMENT= Parse and format RFC3339 times WWW= https://metacpan.org/release/DateTime-Format-RFC3339 +LICENSE= CC0-1.0 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + BUILD_DEPENDS= p5-DateTime>=0:devel/p5-DateTime RUN_DEPENDS= p5-DateTime>=0:devel/p5-DateTime USES= perl5 USE_PERL5= configure .include diff --git a/devel/p5-DateTime-Format-RFC3339/distinfo b/devel/p5-DateTime-Format-RFC3339/distinfo index d1bb133decbc..d615375cc7b6 100644 --- a/devel/p5-DateTime-Format-RFC3339/distinfo +++ b/devel/p5-DateTime-Format-RFC3339/distinfo @@ -1,2 +1,3 @@ -SHA256 (DateTime-Format-RFC3339-v1.0.5.tar.gz) = f7f35242b7c857bb4007a69dcbb3baed8c01e50c8d18449c978e9443cdfaee12 -SIZE (DateTime-Format-RFC3339-v1.0.5.tar.gz) = 6697 +TIMESTAMP = 1664782050 +SHA256 (DateTime-Format-RFC3339-v1.2.0.tar.gz) = 136ee1224c31c6e017692a9f5e56fdb4f70a95f46aec3ad855d3783de35a0df7 +SIZE (DateTime-Format-RFC3339-v1.2.0.tar.gz) = 9165 diff --git a/devel/p5-DateTime-Format-RFC3339/pkg-descr b/devel/p5-DateTime-Format-RFC3339/pkg-descr index 9c765d595f19..ce7bdb401671 100644 --- a/devel/p5-DateTime-Format-RFC3339/pkg-descr +++ b/devel/p5-DateTime-Format-RFC3339/pkg-descr @@ -1 +1,2 @@ -Parse and format RFC3339 datetime strings +This module understands the RFC3339 date/time format. +Can be used to parse these formats and create the appropriate objects.