aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-DateTime-Format-Mail
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-07-07 09:25:23 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-07-07 09:25:23 +0000
commitf8089c00c31e170aeed2a4f7b6434e0975e2bfeb (patch)
tree6869e9facd5aa7df481842e83aa71fa1cf236295 /devel/p5-DateTime-Format-Mail
parent7cffe7e9610b07c8e7a901fafdbf2dc5d9f1059c (diff)
downloadports-f8089c00c31e170aeed2a4f7b6434e0975e2bfeb.tar.gz
ports-f8089c00c31e170aeed2a4f7b6434e0975e2bfeb.zip
Add p5-DateTime-Format-Mail 0.25,
convert between DateTime and RFC2822/822 formats. PR: 54104 Submitted by: Mathieu Arnold <m@absolight.net>
Notes
Notes: svn path=/head/; revision=84378
Diffstat (limited to 'devel/p5-DateTime-Format-Mail')
-rw-r--r--devel/p5-DateTime-Format-Mail/Makefile29
-rw-r--r--devel/p5-DateTime-Format-Mail/distinfo1
-rw-r--r--devel/p5-DateTime-Format-Mail/pkg-descr5
-rw-r--r--devel/p5-DateTime-Format-Mail/pkg-plist7
4 files changed, 42 insertions, 0 deletions
diff --git a/devel/p5-DateTime-Format-Mail/Makefile b/devel/p5-DateTime-Format-Mail/Makefile
new file mode 100644
index 000000000000..ced0b52c6cad
--- /dev/null
+++ b/devel/p5-DateTime-Format-Mail/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: p5-DateTime-Format-Mail
+# Date created: 4 july 2003
+# Whom: Mathieu Arnold <m@absolight.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= DateTime-Format-Mail
+PORTVERSION= 0.25
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= DateTime
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= m@absolight.net
+COMMENT= Convert between DateTime and RFC2822/822 formats
+
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
+ ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
+BUILD_DEPENDS= ${RUN_DEPENDS} \
+ ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
+ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
+ ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule
+
+PERL_CONFIGURE= yes
+
+MAN3= DateTime::Format::Mail.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-DateTime-Format-Mail/distinfo b/devel/p5-DateTime-Format-Mail/distinfo
new file mode 100644
index 000000000000..834fc019b127
--- /dev/null
+++ b/devel/p5-DateTime-Format-Mail/distinfo
@@ -0,0 +1 @@
+MD5 (DateTime-Format-Mail-0.25.tar.gz) = 83e17027f562b0761220bd075ef26698
diff --git a/devel/p5-DateTime-Format-Mail/pkg-descr b/devel/p5-DateTime-Format-Mail/pkg-descr
new file mode 100644
index 000000000000..fb01c000cf04
--- /dev/null
+++ b/devel/p5-DateTime-Format-Mail/pkg-descr
@@ -0,0 +1,5 @@
+RFC2822 introduces a slightly different format of date than that used by
+RFC822. The main correction is that the format is more limited, and thus easier
+to parse.
+
+WWW: http://datetime.perl.org/
diff --git a/devel/p5-DateTime-Format-Mail/pkg-plist b/devel/p5-DateTime-Format-Mail/pkg-plist
new file mode 100644
index 000000000000..3202192ca3d3
--- /dev/null
+++ b/devel/p5-DateTime-Format-Mail/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/DateTime/Format/Mail.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Mail/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Mail
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/DateTime/Format 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true