pkgsrc/mail/sendmail-cidrexpand/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

22 lines
540 B
Makefile

# $NetBSD: Makefile,v 1.9 2015/06/12 10:50:26 wiz Exp $
PKGNAME= sendmail-cidrexpand-${DIST_VERS}
PKGREVISION= 1
MAINTAINER= hauke@NetBSD.org
COMMENT= CIDR pre-parser for Sendmail access maps
PKG_OPTIONS= # for the sake of Makefile.common
.include "../../mail/sendmail/Makefile.common"
DEPENDS+= p5-Net-CIDR-[0-9]*:../../devel/p5-Net-CIDR
INSTALLATION_DIRS= bin
REPLACE_PERL= contrib/cidrexpand
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/contrib/cidrexpand \
${DESTDIR}${PREFIX}/bin/
.include "../../mk/bsd.pkg.mk"