mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
aadf7e42c5
Approved by: miwi (mentor implicit)
26 lines
646 B
Makefile
26 lines
646 B
Makefile
# New ports collection makefile for: p5-Net-Libdnet
|
|
# Date created: 21 August 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-Libdnet
|
|
PORTVERSION= 0.92
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
|
COMMENT= Libdnet interface
|
|
|
|
LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet
|
|
|
|
PERL_CONFIGURE= 5.8.0+
|
|
CONFIGURE_ARGS= INC='-I${LOCALBASE}/include'
|
|
MAN3= Net::Libdnet.3 Net::Libdnet::Entry::Intf.3 Net::Libdnet::Intf.3 \
|
|
Net::Libdnet::Ip.3 Net::Libdnet::Eth.3 Net::Libdnet::Tun.3 \
|
|
Net::Libdnet::Route.3 Net::Libdnet::Fw.3 Net::Libdnet::Arp.3
|
|
|
|
.include <bsd.port.mk>
|