21 lines
635 B
Makefile
21 lines
635 B
Makefile
# $NetBSD: Makefile,v 1.9 2016/06/08 19:24:11 wiz Exp $
|
|
|
|
DISTNAME= Net-Frame-Dump-1.14
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Base class for a tcpdump-like implementation
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-Frame-Dump/
|
|
LICENSE= artistic
|
|
|
|
DEPENDS+= p5-Class-Gomor>=1.0:../../devel/p5-Class-Gomor
|
|
DEPENDS+= p5-Net-Pcap>=0.12:../../net/p5-Net-Pcap
|
|
DEPENDS+= p5-Net-Frame-[0-9]*:../../net/p5-Net-Frame
|
|
|
|
PERL5_PACKLIST= auto/Net/Frame/Dump/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|