pkgsrc/mail/p5-Mail-SPF-Query/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

23 lines
769 B
Makefile

# $NetBSD: Makefile,v 1.22 2015/06/12 10:50:24 wiz Exp $
DISTNAME= Mail-SPF-Query-1.999
PKGNAME= p5-${DISTNAME}
PKGREVISION= 7
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
PERL5_PACKLIST= auto/Mail/SPF/Query/.packlist
USE_LANGUAGES= # empty
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"