mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Add p5-DateTime-Format-ICal 0.06,
parse and format ICal datetime and duration strings. PR: 54034 Submitted by: Mathieu Arnold <m@absolight.net>
This commit is contained in:
parent
76a7fd06ee
commit
8e364a3ebd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84449
@ -562,6 +562,7 @@
|
||||
SUBDIR += p5-DateTime-Format-DateManip
|
||||
SUBDIR += p5-DateTime-Format-Epoch
|
||||
SUBDIR += p5-DateTime-Format-Excel
|
||||
SUBDIR += p5-DateTime-Format-ICal
|
||||
SUBDIR += p5-DateTime-Format-Mail
|
||||
SUBDIR += p5-DateTime-Format-MySQL
|
||||
SUBDIR += p5-DateTime-Format-Pg
|
||||
|
35
devel/p5-DateTime-Format-ICal/Makefile
Normal file
35
devel/p5-DateTime-Format-ICal/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: p5-DateTime-Format-ICal
|
||||
# Date created: 2 july 2003
|
||||
# Whom: Mathieu Arnold <m@absolight.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DateTime-Format-ICal
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DateTime
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= m@absolight.net
|
||||
COMMENT= Parse and format ICal datetime and duration strings
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
|
||||
${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \
|
||||
${SITE_PERL}/DateTime/Event/ICal.pm:${PORTSDIR}/devel/p5-DateTime-Event-ICal \
|
||||
${SITE_PERL}/DateTime/Span.pm:${PORTSDIR}/devel/p5-DateTime-Set \
|
||||
${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# Depends on devel/p5-DateTime-Event-ICal which requires perl >= 5.6
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
devel/p5-DateTime-Format-ICal/distinfo
Normal file
1
devel/p5-DateTime-Format-ICal/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (DateTime-Format-ICal-0.06.tar.gz) = ab01acf6df4604262ae1d55d062410c8
|
5
devel/p5-DateTime-Format-ICal/pkg-descr
Normal file
5
devel/p5-DateTime-Format-ICal/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
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.
|
||||
|
||||
WWW: http://datetime.perl.org/
|
3
devel/p5-DateTime-Format-ICal/pkg-plist
Normal file
3
devel/p5-DateTime-Format-ICal/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_PERL%%/DateTime/Format/ICal.pm
|
||||
@unexec rmdir %D/%%SITE_PERL%%/DateTime/Format 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user