b021813da0
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
23 lines
708 B
Makefile
23 lines
708 B
Makefile
# $NetBSD: Makefile,v 1.21 2008/10/19 19:18:11 he Exp $
|
|
|
|
DISTNAME= grepmail-5.3033
|
|
PKGREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grepmail/}
|
|
|
|
MAINTAINER= david@fundy.net
|
|
HOMEPAGE= http://grepmail.sourceforge.net/
|
|
COMMENT= mbox formatted file search utility
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip
|
|
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
|
|
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
|
|
DEPENDS+= p5-Mail-Mbox-MessageParser>=1.4001:../../mail/p5-Mail-Mbox-MessageParser
|
|
|
|
PERL5_PACKLIST= auto/grepmail/.packlist
|
|
MAKE_PARAMS+= < /dev/null
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|