9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
33 lines
922 B
Makefile
33 lines
922 B
Makefile
# $NetBSD: Makefile,v 1.8 2006/03/04 21:30:01 jlam Exp $
|
|
|
|
DISTNAME= Mail-Mbox-MessageParser-1.20
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
|
|
|
MAINTAINER= pkgsrc-users@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"
|