25ada12561
pkgsrc changes: - add license definition (see https://rt.cpan.org/Ticket/Display.html?id=60954) - add homepage - clarify that it requires a c compiler and Module::Build Upstream changes: 0.43.1 2010-06-11 21:45:15 America/Montreal * Change a test to use explicit number of tests instead of 'done_testing'. 0.43.0 May 23rd, 2010 * Fixed UDP checksum. Thanks to Hal Finkel. (RT#56235) * Added Joel Knight's code for IPv6 support from http://www.packetmischief.ca/code/netpacket/. Thanks to Doug Farley for the bug report. (RT#57560) 0.42.0 March 25th, 2010 * Updated license to Artistic 2.0 * Fixed bad call to 'data()' in ICMP. Thanks to Ventz Petkov. (RT#52627)
23 lines
640 B
Makefile
23 lines
640 B
Makefile
# $NetBSD: Makefile,v 1.11 2010/09/01 20:58:08 sno Exp $
|
|
|
|
DISTNAME= NetPacket-0.43.1
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetPacket/}
|
|
|
|
MAINTAINER= david@silicium.ath.cx
|
|
COMMENT= Modules to assemble/disassemble network packets
|
|
HOMEPAGE= http://search.cpan.org/dist/NetPacket/
|
|
LICENSE= ${PERL5_LICENSE} # source doc wins over changelog
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/NetPacket/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|