blob: 2e785d697eb4c86ffdf519453b625ae50000e97a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.4 2008/10/19 19:18:33 he Exp $
#
DISTNAME= Net-Write-1.03
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Net-Write/
COMMENT= Portable interface to open and send raw data to network
PKG_DESTDIR_SUPPORT= user-destdir
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"
|