pkgsrc/net/p5-NetPacket/Makefile
sno 32d8eaa5a5 PkgSrc changes:
- Updating package for p5 NetPacket modules from 0.04 to 0.41.1

Upstream changes:
0.41.1
    * Fixed bug 37931: export of ICMP_MASKREQ
    * Fixed UDP and TCP checksums for odd-sized packets
    * Fixed import from NetPacket::UDP
    * Fixed bug 37931: export of ICMP_MASKREQ
    * Added git repo and bug tracking info to META.yml

0.41_0
    * Fixed bug 18941 - NetPacket::IP includes trailing
        trash bytes in $ip->{data}
    * Fixed bug 7010 - IP flags field lost in IP::encode()
    * Added Build.PL
    * Moved history off the README file into this one (Changes)
    * Moved module structure to /lib
    * Version now gathered from NetPacket.pm
    * META.yml added to MANIFEST
    * Added myself (Yanick) as author
    * Switched to major.minor.revision version notation
2009-05-01 21:33:04 +00:00

17 lines
464 B
Makefile

# $NetBSD: Makefile,v 1.9 2009/05/01 21:33:04 sno Exp $
DISTNAME= NetPacket-0.41.1
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetPacket/}
MAINTAINER= david@silicium.ath.cx
COMMENT= Modules to assemble/disassemble network packets
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/NetPacket/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"