pkgsrc/sysutils/p5-UPS-Nut/Makefile
wiz 2e65d464e8 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:50:58 +00:00

19 lines
484 B
Makefile

# $NetBSD: Makefile,v 1.9 2015/06/12 10:51:17 wiz Exp $
.include "../../sysutils/ups-nut/Makefile.common"
PKGNAME= ${DISTNAME:S/nut/p5-UPS-Nut/}
COMMENT= Network UPS Tools perl binding
PKGREVISION= 5
CATEGORIES= sysutils perl5
PATCHDIR= ${.CURDIR}/patches
WRKSRC= ${WRKDIR}/${DISTNAME}/scripts/perl
PERL5_PACKLIST= auto/UPS/Nut/.packlist
pre-configure:
${CP} ${FILESDIR}/Makefile.PL ${WRKSRC}
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"