diff options
author | sno <sno@pkgsrc.org> | 2009-05-21 10:48:22 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-05-21 10:48:22 +0000 |
commit | 27da4a3292437fa3c7066ec4c648688dd23a0c0d (patch) | |
tree | ae1c2d9d607359d0efeb0da91ceee08c00b47b6b /net/p5-Net-RawIP/Makefile | |
parent | 8ca9b13a95c9ed7e06253598f639458e1fbfe415 (diff) | |
download | pkgsrc-27da4a3292437fa3c7066ec4c648688dd23a0c0d.tar.gz |
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
Diffstat (limited to 'net/p5-Net-RawIP/Makefile')
-rw-r--r-- | net/p5-Net-RawIP/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/p5-Net-RawIP/Makefile b/net/p5-Net-RawIP/Makefile index d348372b342..5ecbf5da2b5 100644 --- a/net/p5-Net-RawIP/Makefile +++ b/net/p5-Net-RawIP/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2008/10/19 19:18:32 he Exp $ +# $NetBSD: Makefile,v 1.9 2009/05/21 10:48:22 sno Exp $ # -DISTNAME= Net-RawIP-0.23 +DISTNAME= Net-RawIP-0.25 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5nsn CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -11,12 +10,11 @@ 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 -DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils - PERL5_PACKLIST= auto/Net/RawIP/.packlist .include "../../net/libpcap/buildlink3.mk" |