pkgsrc/mail/p5-Mail-Milter/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

20 lines
534 B
Makefile

# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:22 jlam Exp $
#
DISTNAME= Mail-Milter-0.06
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} \
${MASTER_SITE_SOURCEFORGE:=pmilter/}
MAINTAINER= tv@duh.org
HOMEPAGE= http://pmilter.sourceforge.net/
COMMENT= Sendmail::Milter enhancement API modules
DEPENDS+= p5-Sendmail-PMilter>=0.90:../../mail/p5-Sendmail-PMilter
PERL5_PACKLIST= auto/Mail/Milter/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"