blob: 26c743e901995887013469bd5f81ee31ab2b536d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.13 2013/05/31 12:41:40 wiz Exp $
#
DISTNAME= Net-Write-1.07
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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"
|