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,22 @@
COMMENT = parse and format iCal datetime and duration strings
DISTNAME = DateTime-Format-ICal-0.09
REVISION = 2
CATEGORIES = devel
MODULES = cpan
PKG_ARCH = *
# GPLv1 / Artistic
PERMIT_PACKAGE = Yes
CONFIGURE_STYLE = modbuild
RUN_DEPENDS = devel/p5-DateTime \
devel/p5-DateTime-Set \
devel/p5-DateTime-TimeZone \
devel/p5-DateTime-Event-ICal \
devel/p5-Params-Validate
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (DateTime-Format-ICal-0.09.tar.gz) = iwn2U59enA3w5hNQMWme1O+e74Fl/ICu/uzIF++ZfDM=
SIZE (DateTime-Format-ICal-0.09.tar.gz) = 16794

View file

@ -0,0 +1,3 @@
This module understands the ICal date/time and duration formats,
as defined in RFC 2445. It can be used to parse these formats in
order to create the appropriate objects.

View file

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