mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
e8d65f9e66
Approved by: portmgr (blanket infrastructure)
22 lines
511 B
Makefile
22 lines
511 B
Makefile
# Created by: Christopher Boumenot <boumenot@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-Write
|
|
PORTVERSION= 1.05
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= eg@fbsd.lt
|
|
COMMENT= Interface to open and send raw frames to the network
|
|
|
|
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
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|