mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
26 lines
633 B
Makefile
26 lines
633 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Net-Frame-Device
|
|
PORTVERSION= 1.12
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Get network device and gateway information
|
|
|
|
LICENSE= ART10
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Net-Write>=1.05:net/p5-Net-Write \
|
|
p5-Net-Frame-Dump>=1.08:net/p5-Net-Frame-Dump \
|
|
p5-Net-Frame-Simple>=1.07:net/p5-Net-Frame-Simple \
|
|
p5-Net-Frame-Layer-IPv6>=1.07:net/p5-Net-Frame-Layer-IPv6 \
|
|
p5-Net-Frame-Layer-ICMPv6>=1.09:net/p5-Net-Frame-Layer-ICMPv6 \
|
|
p5-Net-Libdnet6>=0.27:net/p5-Net-Libdnet6
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|