SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
devel/p5-DateTime-Format-ICal/Makefile
Normal file
22
devel/p5-DateTime-Format-ICal/Makefile
Normal 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>
|
2
devel/p5-DateTime-Format-ICal/distinfo
Normal file
2
devel/p5-DateTime-Format-ICal/distinfo
Normal 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
|
3
devel/p5-DateTime-Format-ICal/pkg/DESCR
Normal file
3
devel/p5-DateTime-Format-ICal/pkg/DESCR
Normal 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.
|
3
devel/p5-DateTime-Format-ICal/pkg/PLIST
Normal file
3
devel/p5-DateTime-Format-ICal/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/DateTime/Format/
|
||||
${P5SITE}/DateTime/Format/ICal.pm
|
||||
@man man/man3p/DateTime::Format::ICal.3p
|
Loading…
Add table
Add a link
Reference in a new issue