pkgsrc-wip/p5-NetPacket/Makefile
Juan Romero Pardines c59ff8ef29 Initial import of p5-NetPacket, provided by David Ferlier in PR pkg/24380.
NetPacket provides a base class for a cluster of modules related to decoding
and encoding of network protocols. Each NetPacket descendent module knows how
to encode and decode packets for the network protocol it implements.
2004-03-27 22:41:56 +00:00

15 lines
429 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/03/27 22:41:56 xtraeme Exp $
DISTNAME= NetPacket-0.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetPacket/}
MAINTAINER= david@netbsd-fr.org
COMMENT= Modules to assemble/disassemble network packets
USE_BUILDLINK2= yes
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/NetPacket/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"