# New ports collection makefile for:	p5-Net-Libdnet
# Date created:		May 8 2008
# Whom:			Lucas Holt <luke@Midnightbsd.org>
#
# $MidnightBSD: mports/net/p5-Net-Libdnet/Makefile,v 1.1 2008/05/09 21:30:23 laffer1 Exp $
#

PORTNAME=	Net-Libdnet
PORTVERSION=	0.01
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Libdnet interface
LICENSE=	perl

LIB_DEPENDS=	dnet.1:${PORTSDIR}/net/libdnet

PERL_CONFIGURE=	5.8.0+
CONFIGURE_ARGS=	INC='-I${LOCALBASE}/include'
MAN3=		${PORTNAME:S/-/::/g}.3

.include <bsd.port.mk>
