pkgsrc/net/p5-Net-RawIP/Makefile
sno d3b214322a pkgsrc changes:
- Updating package for p5 module Net::RawIP from 0.23nb1 to 0.25
  - Setting gnu-gpl-v2 as license
  - removing patches which are applied upstream
  - removing unused dependency List::MoreUtils

Upstream changes:
2008.10.22 - 0.25 - Sebastien Aperghis-Tramoni (SAPER)
  - [TESTS] CPAN-RT#39252: Proc::ProcessTable does not support the size
    attribute on all systems. Thanks to Havard Eidnes for the patch.
  - [DOC] Improved the documentation a bit.

2008.10.21 - 0.24 - Sebastien Aperghis-Tramoni (SAPER)
  - [BUGFIX] Fixed a segfault and a warning, thanks to Mike Lowell.
  - [DIST] Simplified the detection logic to make it work on more systems.
  - [DIST] Declared all prerequisite modules.
  - [TESTS] Removed all the tests related to the warning that was emitted
    by the module when ran as non root.
  - [TESTS] Fixed several tests to make them more portable.
  - [TESTS] Added 00-load.t, 01-api.t
2009-05-21 10:48:22 +00:00

22 lines
596 B
Makefile

# $NetBSD: Makefile,v 1.9 2009/05/21 10:48:22 sno Exp $
#
DISTNAME= Net-RawIP-0.25
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5nsn
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Net-RawIP/
COMMENT= Perl extension to manipulate raw ip packets with interface to libpcap
LICENSE= gnu-gpl-v2 # OR artistic
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Net/RawIP/.packlist
.include "../../net/libpcap/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"