aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Write/Makefile
blob: da4511dc0c125e2d73bd4b7cfd107efc3347cc98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:    Class-Gomor
# Date created:             17 May 2006
# Whom:                 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=    An 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

MAN3=   Net::Write.3 \
    Net::Write::Layer.3 \
    Net::Write::Layer2.3 \
    Net::Write::Layer3.3 \
    Net::Write::Layer4.3

.include <bsd.port.mk>