diff options
author | erwin <erwin@FreeBSD.org> | 2003-08-13 02:52:10 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-08-13 02:52:10 +0800 |
commit | 49a1b256691bb7dd43abfeb9ea3d886a95f6e4e2 (patch) | |
tree | e73d5f3ba62ca211c848951d13335652f0ce628b /devel | |
parent | 7944a4639a2ab3b018ac9862f15b03ba661ba609 (diff) | |
download | freebsd-ports-gnome-49a1b256691bb7dd43abfeb9ea3d886a95f6e4e2.tar.gz freebsd-ports-gnome-49a1b256691bb7dd43abfeb9ea3d886a95f6e4e2.tar.zst freebsd-ports-gnome-49a1b256691bb7dd43abfeb9ea3d886a95f6e4e2.zip |
Add p5-DateTime-Format-ISO8601 0.03
Parses almost all ISO 8601:2000(E) date and time formats. ISO 8601:2000(E)
time-intervals will be supported in a later release.
PR: 54195
Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-ISO8601/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-ISO8601/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-ISO8601/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-ISO8601/pkg-plist | 4 |
5 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index db50fc1342a8..eba6cc40993b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -565,6 +565,7 @@ SUBDIR += p5-DateTime-Format-Epoch SUBDIR += p5-DateTime-Format-Excel SUBDIR += p5-DateTime-Format-ICal + SUBDIR += p5-DateTime-Format-ISO8601 SUBDIR += p5-DateTime-Format-Mail SUBDIR += p5-DateTime-Format-MySQL SUBDIR += p5-DateTime-Format-Pg diff --git a/devel/p5-DateTime-Format-ISO8601/Makefile b/devel/p5-DateTime-Format-ISO8601/Makefile new file mode 100644 index 000000000000..4dc28a5606c8 --- /dev/null +++ b/devel/p5-DateTime-Format-ISO8601/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-DateTime-Format-ISO8601 +# Date created: 7 july 2003 +# Whom: Mathieu Arnold <m@absolight.net> +# +# $FreeBSD$ +# + +PORTNAME= DateTime-Format-ISO8601 +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DateTime +PKGNAMEPREFIX= p5- + +MAINTAINER= m@absolight.net +COMMENT= Parse ISO8601 formats + +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ + ${SITE_PERL}/DateTime/Format/Builder.pm:${PORTSDIR}/devel/p5-DateTime-Format-Builder +BUILD_DEPENDS= ${RUN_DEPENDS} \ + ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/devel/p5-DateTime-Format-ISO8601/distinfo b/devel/p5-DateTime-Format-ISO8601/distinfo new file mode 100644 index 000000000000..efae74986d29 --- /dev/null +++ b/devel/p5-DateTime-Format-ISO8601/distinfo @@ -0,0 +1 @@ +MD5 (DateTime-Format-ISO8601-0.03.tar.gz) = 6de667549dc56f65978b53fd2fff84a2 diff --git a/devel/p5-DateTime-Format-ISO8601/pkg-descr b/devel/p5-DateTime-Format-ISO8601/pkg-descr new file mode 100644 index 000000000000..79f783cbeac1 --- /dev/null +++ b/devel/p5-DateTime-Format-ISO8601/pkg-descr @@ -0,0 +1,4 @@ +Parses almost all ISO 8601:2000(E) date and time formats. ISO 8601:2000(E) +time-intervals will be supported in a later release. + +WWW: http://datetime.perl.org/ diff --git a/devel/p5-DateTime-Format-ISO8601/pkg-plist b/devel/p5-DateTime-Format-ISO8601/pkg-plist new file mode 100644 index 000000000000..1f679b9cc41f --- /dev/null +++ b/devel/p5-DateTime-Format-ISO8601/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/DateTime/Format/ISO8601.pm +%%SITE_PERL%%/DateTime/Format/ISO8601.pod +@unexec rmdir %D/%%SITE_PERL%%/DateTime/Format 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true |