diff options
author | seb <seb> | 2010-02-09 22:06:18 +0000 |
---|---|---|
committer | seb <seb> | 2010-02-09 22:06:18 +0000 |
commit | d5ac324044c009e06fcd1edc6fbbe4e1a3aba2e9 (patch) | |
tree | 6bda188666221696a716234d079207b7d23edca6 /mail/p5-Mail-Alias | |
parent | 62fc18ad4c60d6470fb79030471bd559db3c07a1 (diff) | |
download | pkgsrc-d5ac324044c009e06fcd1edc6fbbe4e1a3aba2e9.tar.gz |
Initial import of p5-Mail-Alias version 1.12 in the NetBSD Packages
Collection.
The Perl 5 module Mail::Alias can read various formats of mail
alias. Once an object has been created it can be used to expand
aliases and output in another format.
Diffstat (limited to 'mail/p5-Mail-Alias')
-rw-r--r-- | mail/p5-Mail-Alias/DESCR | 3 | ||||
-rw-r--r-- | mail/p5-Mail-Alias/Makefile | 20 | ||||
-rw-r--r-- | mail/p5-Mail-Alias/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/mail/p5-Mail-Alias/DESCR b/mail/p5-Mail-Alias/DESCR new file mode 100644 index 00000000000..63679504420 --- /dev/null +++ b/mail/p5-Mail-Alias/DESCR @@ -0,0 +1,3 @@ +The Perl 5 module Mail::Alias can read various formats of mail +alias. Once an object has been created it can be used to expand +aliases and output in another format. diff --git a/mail/p5-Mail-Alias/Makefile b/mail/p5-Mail-Alias/Makefile new file mode 100644 index 00000000000..fab97671cde --- /dev/null +++ b/mail/p5-Mail-Alias/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/09 22:06:18 seb Exp $ + +DISTNAME= Mail-Alias-1.12 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Mail-Alias/ +COMMENT= Perl 5 module to manipulate mail alias files +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Mail/Alias/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Mail-Alias/distinfo b/mail/p5-Mail-Alias/distinfo new file mode 100644 index 00000000000..ed54b301e22 --- /dev/null +++ b/mail/p5-Mail-Alias/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/02/09 22:06:18 seb Exp $ + +SHA1 (Mail-Alias-1.12.tar.gz) = 797f892dbe467b2de3a71fe59920725c63f52cce +RMD160 (Mail-Alias-1.12.tar.gz) = e96c08f78fae7d40390614160e8eabf3b2a9a2f1 +Size (Mail-Alias-1.12.tar.gz) = 10650 bytes |