pkgsrc/mail/p5-Mail-Mbox-MessageParser/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

33 lines
918 B
Makefile

# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:22 jlam Exp $
DISTNAME= Mail-Mbox-MessageParser-1.20
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://search.cpan.org/~dcoppit/Mail-Mbox-MessageParser/
COMMENT= Perl5 module for parsing mail messages
DEPENDS+= p5-FileHandle-Unget-[0-9]*:../../devel/p5-FileHandle-Unget
DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable
PERL5_PACKLIST= auto/Mail/Mbox/MessageParser/.packlist
USE_TOOLS+= grep gzip
SETTINGS+= INSTALLDIRS=site
# XXX: might need adaptation if the programs are not
# in the base system
SETTINGS+= BZIP=/usr/bin/bzip2
SETTINGS+= BZIP2=/usr/bin/bzip2
SETTINGS+= DIFF=/usr/bin/diff
SETTINGS+= GREP=${GREP}
SETTINGS+= GZIP=${GZIP_CMD}
SETTINGS+= TZIP=
MAKE_PARAMS+= ${SETTINGS}
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"