SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
24
devel/p5-DateTime-Format-Strptime/Makefile
Normal file
24
devel/p5-DateTime-Format-Strptime/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
COMMENT = parse and format strp and strf time patterns
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = DateTime-Format-Strptime-1.79
|
||||
EPOCH = 0
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
|
||||
|
||||
# Artistic 2.0
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
RUN_DEPENDS = devel/p5-DateTime>=1.0 \
|
||||
devel/p5-DateTime-Locale>=1.30 \
|
||||
devel/p5-DateTime-TimeZone>=2.09 \
|
||||
devel/p5-Params-ValidationCompiler \
|
||||
devel/p5-Specio>=0.33 \
|
||||
devel/p5-Try-Tiny
|
||||
|
||||
TEST_DEPENDS = devel/p5-Test-Fatal \
|
||||
devel/p5-Test-Warnings
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-DateTime-Format-Strptime/distinfo
Normal file
2
devel/p5-DateTime-Format-Strptime/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (DateTime-Format-Strptime-1.79.tar.gz) = cB5GgCyG7U2IaVwabay76QszkL7reU84fnx5IwADdXk=
|
||||
SIZE (DateTime-Format-Strptime-1.79.tar.gz) = 119122
|
4
devel/p5-DateTime-Format-Strptime/pkg/DESCR
Normal file
4
devel/p5-DateTime-Format-Strptime/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
This module implements most of strptime(3), the POSIX function that is
|
||||
the reverse of strftime(3), for DateTime. While strftime takes a
|
||||
DateTime and a pattern and returns a string, strptime takes a string and
|
||||
a pattern and returns the DateTime object associated.
|
6
devel/p5-DateTime-Format-Strptime/pkg/PLIST
Normal file
6
devel/p5-DateTime-Format-Strptime/pkg/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
${P5SITE}/DateTime/Format/
|
||||
${P5SITE}/DateTime/Format/Strptime/
|
||||
${P5SITE}/DateTime/Format/Strptime.pm
|
||||
${P5SITE}/DateTime/Format/Strptime/Types.pm
|
||||
@man man/man3p/DateTime::Format::Strptime.3p
|
||||
@man man/man3p/DateTime::Format::Strptime::Types.3p
|
Loading…
Add table
Add a link
Reference in a new issue