pkgsrc/mail/p5-Mail-SPF-Query/Makefile
seb c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

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=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00

27 lines
861 B
Makefile

# $NetBSD: Makefile,v 1.13 2010/08/21 16:35:07 seb Exp $
DISTNAME= Mail-SPF-Query-1.999
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
SVR4_PKGNAME= p5msq
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://www.openspf.org/
COMMENT= Perl module for Sender-Policy-Framework queries
DEPENDS+= p5-Net-DNS>=0.46:../../net/p5-Net-DNS
DEPENDS+= p5-Net-CIDR-Lite>=0.15:../../net/p5-Net-CIDR-Lite
DEPENDS+= p5-Sys-Hostname-Long-[0-9]*:../../sysutils/p5-Sys-Hostname-Long
# needed URI::Escape >= 3.20 until 1.991. We keep the requirement.
DEPENDS+= p5-URI>=1.18:../../www/p5-URI
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Mail/SPF/Query/.packlist
USE_LANGUAGES= # empty
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"