pkgsrc/sysutils/p5-UPS-Nut/Makefile

20 lines
478 B
Makefile
Raw Normal View History

2018-08-22 11:43:40 +02:00
# $NetBSD: Makefile,v 1.13 2018/08/22 09:46:39 wiz Exp $
.include "../../sysutils/ups-nut/Makefile.common"
PKGNAME= ${DISTNAME:S/nut/p5-UPS-Nut/}
COMMENT= Network UPS Tools perl binding
2018-08-22 11:43:40 +02:00
PKGREVISION= 8
CATEGORIES= sysutils perl5
2011-12-07 16:19:30 +01:00
PATCHDIR= ${.CURDIR}/patches
2016-06-12 00:43:30 +02:00
WRKSRC= ${WRKDIR}/${DISTNAME}/scripts/perl
2016-06-12 00:43:30 +02:00
PERL5_PACKLIST= auto/UPS/Nut/.packlist
pre-configure:
${CP} ${FILESDIR}/Makefile.PL ${WRKSRC}
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"