pkgsrc/mail/sendmail-cidrexpand/Makefile
hauke ed8374c6b5 Package the cidrexpand pre-parser for Sendmail access maps that
ships with Sendmail but does not get installed.
2011-04-08 14:39:56 +00:00

24 lines
574 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/04/08 14:39:56 hauke Exp $
#
PKGNAME= sendmail-cidrexpand-${DIST_VERS}
MAINTAINER= hauke@NetBSD.org
COMMENT= CIDR pre-parser for Sendmail access maps
PKG_DESTDIR_SUPPORT= user-destdir
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"