2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Christopher Boumenot <boumenot@gmail.com>
|
2006-05-18 21:41:17 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2006-12-19 19:43:41 +01:00
|
|
|
PORTNAME= Net-Write
|
2009-07-03 22:15:31 +02:00
|
|
|
PORTVERSION= 1.05
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2006-12-19 19:43:41 +01:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-02 23:12:19 +02:00
|
|
|
MAINTAINER= eg@fbsd.lt
|
2014-01-05 17:55:04 +01:00
|
|
|
COMMENT= Interface to open and send raw frames to the network
|
2006-12-19 19:43:41 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor \
|
|
|
|
p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6 \
|
|
|
|
p5-Net-Pcap>=0.14:${PORTSDIR}/net/p5-Net-Pcap
|
2012-06-10 20:42:48 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-05-18 21:41:17 +02:00
|
|
|
|
2013-09-05 09:29:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-05-18 21:41:17 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|