pkgsrc/net/dhcpd-pools/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

28 lines
809 B
Makefile

# $NetBSD: Makefile,v 1.7 2013/05/31 12:41:32 wiz Exp $
DISTNAME= dhcpd-pools-2.16
PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dhcpd-pools/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://dhcpd-pools.sourceforge.net/
COMMENT= ISC dhcpd lease analysis and reporting
LICENSE= gnu-gpl-v3
USE_LANGUAGES= c
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-dhcpd-leases=${VARBASE}/db/dhcpd.leases
BUILD_DEFS+= VARBASE
REPLACE_PERL= contrib/snmptest.pl
USE_TOOLS+= perl:run
SUBST_CLASSES+= fix-name
SUBST_STAGE.fix-name= pre-configure
SUBST_MESSAGE.fix-name= Removing program_invocation_short_name.
SUBST_FILES.fix-name= src/dhcpd-pools.c src/other.c src/sort.c
SUBST_SED.fix-name= -e 's,program_invocation_short_name,"dhcpd-pools",g'
.include "../../mk/bsd.pkg.mk"