diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-07-29 12:10:38 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-07-29 12:10:38 +0000 |
commit | ab9b9cb1b67cdc231acf90479dafe5a18de0c128 (patch) | |
tree | c08478d07203069f5f86039524997d1d06feb976 /mail | |
parent | 7b9df63765afcaa29cd7a0be585099ba1ace2276 (diff) | |
download | pkgsrc-ab9b9cb1b67cdc231acf90479dafe5a18de0c128.tar.gz |
This software takes the hard out of generating replies to email messages.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Email-Reply/DESCR | 1 | ||||
-rw-r--r-- | mail/p5-Email-Reply/Makefile | 23 | ||||
-rw-r--r-- | mail/p5-Email-Reply/PLIST | 1 | ||||
-rw-r--r-- | mail/p5-Email-Reply/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/mail/p5-Email-Reply/DESCR b/mail/p5-Email-Reply/DESCR new file mode 100644 index 00000000000..5094e385dbb --- /dev/null +++ b/mail/p5-Email-Reply/DESCR @@ -0,0 +1 @@ +This software takes the hard out of generating replies to email messages. diff --git a/mail/p5-Email-Reply/Makefile b/mail/p5-Email-Reply/Makefile new file mode 100644 index 00000000000..068d34fbde4 --- /dev/null +++ b/mail/p5-Email-Reply/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/07/29 12:10:38 adrianp Exp $ +# + +DISTNAME= Email-Reply-1.202 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/ + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/ +COMMENT= Reply to a Message + +DEPENDS+= p5-Email-Abstract>=2.01:../../mail/p5-Email-Abstract +DEPENDS+= p5-Email-Address>=1.80:../../mail/p5-Email-Address +DEPENDS+= p5-Email-MIME>=1.82:../../mail/p5-Email-MIME +DEPENDS+= p5-Email-MIME-Creator>=1.41:../../mail/p5-Email-MIME-Creator +DEPENDS+= p5-Email-MIME-Modifier>=1.42:../../mail/p5-Email-MIME-Modifier + +PERL5_PACKLIST= auto/Email/Reply/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Email-Reply/PLIST b/mail/p5-Email-Reply/PLIST new file mode 100644 index 00000000000..50da20b1c86 --- /dev/null +++ b/mail/p5-Email-Reply/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/07/29 12:10:38 adrianp Exp $ diff --git a/mail/p5-Email-Reply/distinfo b/mail/p5-Email-Reply/distinfo new file mode 100644 index 00000000000..cabc9ee00f4 --- /dev/null +++ b/mail/p5-Email-Reply/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/07/29 12:10:38 adrianp Exp $ + +SHA1 (Email-Reply-1.202.tar.gz) = d8fbcfe67c0c8f7b2abf8e308ecd062faa0b48d7 +RMD160 (Email-Reply-1.202.tar.gz) = bd578bc82836a4df4b739aef4cb34a207b0460d7 +Size (Email-Reply-1.202.tar.gz) = 13353 bytes |