7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
22 lines
547 B
Makefile
22 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:22 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= Sendmail-PMilter-0.95
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmilter/}
|
|
|
|
MAINTAINER= tv@duh.org
|
|
HOMEPAGE= http://pmilter.sourceforge.net/
|
|
COMMENT= Pure-Perl Milter protocol API
|
|
|
|
# Though it doesn't exist yet, just in case:
|
|
CONFLICTS+= p5-Sendmail-Milter-[0-9]*
|
|
|
|
MAKE_ENV+= PERL_MM_USE_DEFAULT=1
|
|
|
|
PERL5_PACKLIST= auto/Sendmail/PMilter/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|