pkgsrc/net/p5-FusionInventory-Agent/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

45 lines
1.6 KiB
Makefile

# $NetBSD: Makefile,v 1.4 2014/05/29 23:37:05 wiz Exp $
#
DISTNAME= FusionInventory-Agent-2.2.7
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/F/FU/FUSINV/}
MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= http://search.cpan.org/~fusinv/
COMMENT= Fusion Inventory agent
LICENSE= gnu-gpl-v2
PKG_SYSCONFSUBDIR?= fusioninventory
EGDIR= ${PREFIX}/share/examples/fusioninventory
CONF_FILES+= ${EGDIR}/agent.cfg ${PKG_SYSCONFDIR}/agent.cfg
BUILD_DEFS+= VARBASE
OWN_DIRS+= ${VARBASE}/fusioninventory
DEPENDS+= p5-HTTP-Server-Simple-Authen-[0-9]*:../../www/p5-HTTP-Server-Simple-Authen
DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
DEPENDS+= p5-Net-IP-[0-9]*:../../net/p5-Net-IP
DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template
DEPENDS+= p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require
DEPENDS+= p5-XML-TreePP-[0-9]*:../../textproc/p5-XML-TreePP
DEPENDS+= p5-HTTP-Proxy-[0-9]*:../../www/p5-HTTP-Proxy
DEPENDS+= p5-HTTP-Server-Simple-[0-9]*:../../www/p5-HTTP-Server-Simple
DEPENDS+= p5-IO-Capture-[0-9]*:../../devel/p5-IO-Capture
DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run
DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
DEPENDS+= p5-Test-MockModule-[0-9]*:../../devel/p5-Test-MockModule
DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
PERL5_MODULE_TYPE= Module::Install::Bundled
MAKE_PARAMS+= PREFIX=${PREFIX} LOCALSTATEDIR=${VARBASE}/fusioninventory
MAKE_PARAMS+= SYSCONFDIR=${PKG_SYSCONFDIR}
REPLACE_PERL+= memconf
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"