pkgsrc/net/p5-Net-Frame-Dump/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

21 lines
635 B
Makefile

# $NetBSD: Makefile,v 1.8 2015/06/12 10:50:46 wiz Exp $
DISTNAME= Net-Frame-Dump-1.14
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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"