pkgsrc/net/p5-Net-Write/Makefile
mef 960ffd5187 Update 1.07 to 1.09
-------------------
1.09 Sun Feb 15 18:06:48 CET 2015
   - update: EUID 0 check is done at open() call instead of new() call
   - bugfix: take inet_pton() and getaddrinfo() from Socket if available, or from Socket6
   - tests: added tests 02 and 03 to test if inet_pton() and N:W:L3 open() are working

1.08 Fri Jan 23 07:53:16 CET 2015
   - bugfix: on setting AF_INET6(), and makes Socket6 module optional
   => thanks to Vince
   - update: copyright notice
   - update: Kwalitee
2015-02-27 13:45:43 +00:00

22 lines
632 B
Makefile

# $NetBSD: Makefile,v 1.15 2015/02/27 13:45:43 mef Exp $
#
DISTNAME= Net-Write-1.09
PKGNAME= p5-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Net-Write/
COMMENT= Portable interface to open and send raw data to network
LICENSE= artistic
DEPENDS+= p5-Class-Gomor-[0-9]*:../../devel/p5-Class-Gomor
DEPENDS+= p5-Net-Pcap>=0.12:../../net/p5-Net-Pcap
DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6
PERL5_PACKLIST= auto/Net/Write/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"