aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Write/Makefile
blob: b465d3b0a776307654b6034d9d3f2d82fd484cec (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
PORTNAME=	Net-Write
PORTVERSION=	1.10
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Interface to open and send raw frames to the network
WWW=		https://metacpan.org/release/Net-Write

LICENSE=	ART10
LICENSE_FILE=	${WRKSRC}/LICENSE.Artistic

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Class-Gomor>=1.00:devel/p5-Class-Gomor \
		p5-Socket-GetAddrInfo>=0:net/p5-Socket-GetAddrInfo \
		p5-Net-Pcap>=0.14:net/p5-Net-Pcap

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	yes

.include <bsd.port.mk>