pkgsrc/mail/p5-Mail-Alias/Makefile
seb 0fbeed28d2 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.
2010-02-09 22:06:18 +00:00

20 lines
534 B
Makefile

# $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"