pkgsrc/net/p5-Net-Libdnet/Makefile
gls 8505c8e367 Update p5-Net-Libdnet to 0.96.
pkgsrc changes:
- Set LICENSE
- Add dependency to p5-Class-Gomor, as reported in PR pkg/45674.

Upstream changes:

0.96 Wed Nov 16 23:07:38 CET 2011
 - bugfix: default to be compiled against libdnet (and not libdumbnet)
 - update: added some die() in example programs

0.95 Sun Mar 13 23:47:10 CET 2011
 - new: added ubuntu and standard patchs. See README.

0.94 Fri Jan 14 11:09:49 CET 2011
 - bugfix: tohash method in pod
 - applied http://rt.cpan.org/Public/Bug/Display.html?id=52359

0.93 Thu Jan 13 11:07:07 CET 2011
 - update: makes components more inline with local install
 of libdnet
 - update: copyright notice
2011-12-01 21:14:22 +00:00

24 lines
651 B
Makefile

# $NetBSD: Makefile,v 1.8 2011/12/01 21:14:22 gls Exp $
#
DISTNAME= Net-Libdnet-0.96
PKGNAME= p5-${DISTNAME}
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
PKG_DESTDIR_SUPPORT= user-destdir
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"