diff options
-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 |