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.
19 lines
484 B
Makefile
19 lines
484 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/05/31 12:42:04 wiz Exp $
|
|
|
|
.include "../../sysutils/ups-nut/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/nut/p5-UPS-Nut/}
|
|
COMMENT= Network UPS Tools perl binding
|
|
PKGREVISION= 3
|
|
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"
|