pkgsrc/net/p5-Net-Libdnet/Makefile
sno 234b679b5c pkgsrc changes:
- Updating package for p5 module Net::Libdnet from 0.01nb1 to 0.92
  - Adjusting master site and homepage

Upstream changes:
0.92 Wed May 13 20:59:41 CEST 2009
   - applied http://rt.cpan.org/Ticket/Display.html?id=43899
   - applied http://rt.cpan.org/Ticket/Display.html?id=45697
   - copyright notice update

0.91 Sun Dec  7 19:15:43 CET 2008
   - new: Net::Libdnet::Intf methods now return a Net::Libdnet::Entry::Intf object
   - new: Net::Libdnet::Intf now also has getSrcIntfFromDst(), getSrcIpFromDst()
   - update: constants renamed to be prefixed with DNET_

0.90 Tue Nov 25 22:44:42 CET 2008
   - complete rewrite of XS code
   - near full implementation of libdnet API
   - two APIs: a low-level and a high-level object oriented one
   - backward compatibility should remain

0.02 Tue Nov 25 20:59:27 CET 2008
   - ownership transfered to me
   - updated copyright notices
   - still uses a BSD license
2009-07-18 18:35:32 +00:00

21 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/07/18 18:35:32 sno Exp $
#
DISTNAME= Net-Libdnet-0.92
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
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Net/Libdnet/.packlist
USE_LANGUAGES+= c
.include "../../net/libdnet/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"