SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,21 @@
COMMENT = DateTime parser for ISO8601 date formats
DISTNAME = DateTime-Format-ISO8601-0.16
EPOCH = 0
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-DateTime>=1.45 \
devel/p5-DateTime-Format-Builder>=0.77 \
devel/p5-Params-ValidationCompiler>=0.26 \
devel/p5-Specio>=0.18 \
devel/p5-namespace-autoclean
TEST_DEPENDS = devel/p5-Test2-Suite
PKG_ARCH = *
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (DateTime-Format-ISO8601-0.16.tar.gz) = WChH9uApBlM0oAVk8gzXwo9OXNTsIVE9D2klMe07VuE=
SIZE (DateTime-Format-ISO8601-0.16.tar.gz) = 46364

View file

@ -0,0 +1,2 @@
Parses almost all ISO8601 date and time formats. ISO8601
time-intervals are currently not supported.

View file

@ -0,0 +1,5 @@
${P5SITE}/DateTime/Format/ISO8601/
${P5SITE}/DateTime/Format/ISO8601.pm
${P5SITE}/DateTime/Format/ISO8601/Types.pm
@man man/man3p/DateTime::Format::ISO8601.3p
@man man/man3p/DateTime::Format::ISO8601::Types.3p