SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
devel/p5-DateTime-Format-ISO8601/Makefile
Normal file
21
devel/p5-DateTime-Format-ISO8601/Makefile
Normal 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>
|
2
devel/p5-DateTime-Format-ISO8601/distinfo
Normal file
2
devel/p5-DateTime-Format-ISO8601/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (DateTime-Format-ISO8601-0.16.tar.gz) = WChH9uApBlM0oAVk8gzXwo9OXNTsIVE9D2klMe07VuE=
|
||||
SIZE (DateTime-Format-ISO8601-0.16.tar.gz) = 46364
|
2
devel/p5-DateTime-Format-ISO8601/pkg/DESCR
Normal file
2
devel/p5-DateTime-Format-ISO8601/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Parses almost all ISO8601 date and time formats. ISO8601
|
||||
time-intervals are currently not supported.
|
5
devel/p5-DateTime-Format-ISO8601/pkg/PLIST
Normal file
5
devel/p5-DateTime-Format-ISO8601/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue