mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
f23ba5f3c1
- Better adjustment of dependencies PR: ports/121023 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer
31 lines
707 B
Makefile
31 lines
707 B
Makefile
# New ports collection makefile for: Class-Gomor
|
|
# Date created: 17 May 2006
|
|
# Whom: Christopher Boumenot <boumenot@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-Write
|
|
PORTVERSION= 1.02
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= boumenot@gmail.com
|
|
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}
|
|
|
|
PERL_CONFIGURE= 5.6.1+
|
|
|
|
MAN3= Net::Write.3 \
|
|
Net::Write::Layer.3 \
|
|
Net::Write::Layer2.3 \
|
|
Net::Write::Layer3.3 \
|
|
Net::Write::Layer4.3
|
|
|
|
.include <bsd.port.mk>
|