diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-07-22 12:28:30 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-07-22 12:28:30 +0000 |
commit | 64a7f48e7c77de9b8ba79a50e5cd572ad4c8aef2 (patch) | |
tree | 23c01f6bedaf690940ff1ecfa036e358eb587f67 /mail | |
parent | ed91f5dec5e685e89be53423b456e5909cca55f4 (diff) | |
download | pkgsrc-64a7f48e7c77de9b8ba79a50e5cd572ad4c8aef2.tar.gz |
added mail/p5-Email-Date-Format to fix pkg mail/Email-Date
This module provides a simple means for generating an RFC
2822 compliant datetime string. (In case you care, they're
not RFC 822 dates, because they use a four digit year,
which is not allowed in RFC 822.)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Email-Date-Format/DESCR | 3 | ||||
-rw-r--r-- | mail/p5-Email-Date-Format/Makefile | 18 | ||||
-rw-r--r-- | mail/p5-Email-Date-Format/distinfo | 5 |
3 files changed, 26 insertions, 0 deletions
diff --git a/mail/p5-Email-Date-Format/DESCR b/mail/p5-Email-Date-Format/DESCR new file mode 100644 index 00000000000..c192e997e2a --- /dev/null +++ b/mail/p5-Email-Date-Format/DESCR @@ -0,0 +1,3 @@ +This module provides a simple means for generating an RFC 2822 compliant +datetime string. (In case you care, they're not RFC 822 dates, because +they use a four digit year, which is not allowed in RFC 822.) diff --git a/mail/p5-Email-Date-Format/Makefile b/mail/p5-Email-Date-Format/Makefile new file mode 100644 index 00000000000..1679d5ada44 --- /dev/null +++ b/mail/p5-Email-Date-Format/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/07/22 12:28:30 rhaen Exp $ +# + +DISTNAME= Email-Date-Format-1.002 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} + +MAINTAINER= rhaen@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Email-Date-Format/ +COMMENT= Perl Module to produce RFC 2822 date strings + +DEPENDS+= p5-Time-Local>=0.000:../../time/p5-Time-Local + +PERL5_PACKLIST= auto/Email/Date/Format/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Email-Date-Format/distinfo b/mail/p5-Email-Date-Format/distinfo new file mode 100644 index 00000000000..8fdc3f1df9b --- /dev/null +++ b/mail/p5-Email-Date-Format/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/07/22 12:28:30 rhaen Exp $ + +SHA1 (Email-Date-Format-1.002.tar.gz) = 0b6a5419118f7cf0d10150b701e2f26d70f2e331 +RMD160 (Email-Date-Format-1.002.tar.gz) = 9e0d93fe653a6aea98456efdc6e2eb3a9c1130ca +Size (Email-Date-Format-1.002.tar.gz) = 10150 bytes |