d2ca14a3f1
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.
23 lines
632 B
Makefile
23 lines
632 B
Makefile
# $NetBSD: Makefile,v 1.11 2013/05/31 12:41:39 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Net-Libdnet-0.96
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
#MASTER_SITES= http://search.cpan.org/CPAN/authors/id/V/VM/VMAN/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-Libdnet/
|
|
COMMENT= Perl interface to libdnet
|
|
LICENSE= 2-clause-bsd
|
|
|
|
PERL5_PACKLIST= auto/Net/Libdnet/.packlist
|
|
USE_LANGUAGES+= c
|
|
|
|
DEPENDS+= p5-Class-Gomor-[0-9]*:../../devel/p5-Class-Gomor
|
|
|
|
.include "../../net/libdnet/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|