pkgsrc/mail/sendmail-cidrexpand/Makefile
2014-02-09 02:24:18 +00:00

21 lines
529 B
Makefile

# $NetBSD: Makefile,v 1.6 2014/02/09 02:24:18 jnemeth Exp $
PKGNAME= sendmail-cidrexpand-${DIST_VERS}
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"