pkgsrc/mail/p5-Mail-SPF-Query/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

26 lines
834 B
Makefile

# $NetBSD: Makefile,v 1.18 2013/05/31 12:41:18 wiz Exp $
DISTNAME= Mail-SPF-Query-1.999
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
SVR4_PKGNAME= p5msq
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= pkgsrc-users@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
PERL5_PACKLIST= auto/Mail/SPF/Query/.packlist
USE_LANGUAGES= # empty
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"