aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Write/Makefile
blob: af180e9676c3f7b156883d6ea402dc41fe753a5d (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
32
# New ports collection makefile for:    Class-Gomor
# Date created:             17 May 2006
# Whom:                 Christopher Boumenot <boumenot@gmail.com>
#
# $FreeBSD$
#

PORTNAME=       Net-Write
PORTVERSION=        0.82
CATEGORIES=     net perl5
MASTER_SITES=       ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX=      p5-

MAINTAINER=     boumenot@gmail.com
COMMENT=        An interface to open and send raw frames to the network

PERL_CONFIGURE= yes

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

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601
IGNORE=Needs perl 5.6.1 or higher, install lang/perl5.6 and try again.
.endif

.include <bsd.port.post.mk>