058c8809bc
NetBSD-current. Changes since 0.2: 0.21_03 Fri Sep 15 11:26:17 IDT 2006 - Received official maintainership from Sergey - In Makefile.PL check for the location of the header file, report if it could not be found. 0.21_02 Sep 10 2006 - Cleaning up the C code (indentation) - More tests - Cleaning up the documentation, replacing the bad English of Sergey with the bad English of Gabor. - new() dies if wrong or duplicate protocols given All by Gabor Szabo 0.21_01 Sat Sep 9 23:59:07 IDT 2006 - Cleaning up many warnings that were probably due to using gcc 4+ - Cleaning up several assignment errors that were probably due to gcc 4+ - Lots of cleanup in the Perl code - Add tests All by Gabor Szabo
21 lines
642 B
Makefile
21 lines
642 B
Makefile
# $NetBSD: Makefile,v 1.5 2007/03/07 16:46:39 gson Exp $
|
|
#
|
|
|
|
DISTNAME= Net-RawIP-0.21_03
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5nsn
|
|
PKGREVISION= 1
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/
|
|
|
|
MAINTAINER= bouyer@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~szabgab/Net-RawIP-0.21_03/
|
|
COMMENT= Perl extension to manipulate raw ip packets with interface to libpcap
|
|
|
|
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
|
|
|
|
PERL5_PACKLIST= auto/Net/RawIP/.packlist
|
|
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|