mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.08
- Add CPAN as primary WWW Changes: http://search.cpan.org/dist/DateTime-Format-ISO8601/Changes
This commit is contained in:
parent
a3af8f134e
commit
3239db5f44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291036
3 changed files with 7 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= DateTime-Format-ISO8601
|
||||
PORTVERSION= 0.07
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Parse ISO8601 formats
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
|
||||
${SITE_PERL}/DateTime/Format/Builder.pm:${PORTSDIR}/devel/p5-DateTime-Format-Builder
|
||||
BUILD_DEPENDS= p5-DateTime>=0.18:${PORTSDIR}/devel/p5-DateTime \
|
||||
p5-DateTime-Format-Builder>=0.77:${PORTSDIR}/devel/p5-DateTime-Format-Builder
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (DateTime-Format-ISO8601-0.07.tar.gz) = e362d6a006934854d041b3833b106bd1489278ee8348ee3c24bbc5ed87ed9618
|
||||
SIZE (DateTime-Format-ISO8601-0.07.tar.gz) = 24373
|
||||
SHA256 (DateTime-Format-ISO8601-0.08.tar.gz) = b3a3eede7e2576e82de46b173fe549f4cbd89171564f7436d29553591a66cceb
|
||||
SIZE (DateTime-Format-ISO8601-0.08.tar.gz) = 21119
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Parses almost all ISO 8601:2000(E) date and time formats. ISO 8601:2000(E)
|
||||
time-intervals will be supported in a later release.
|
||||
|
||||
WWW: http://search.cpan.org/dist/DateTime-Format-ISO8601/
|
||||
WWW: http://datetime.perl.org/
|
||||
|
|
Loading…
Add table
Reference in a new issue