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,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>