# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD: tags/RELEASE_11_0_0/net/p5-Net-Frame/Makefile 412348 2016-04-01 14:16:16Z mat $

PORTNAME=	Net-Frame
PORTVERSION=	1.16
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Base framework for frame crafting

LICENSE=	ART10

BUILD_DEPENDS=	p5-Bit-Vector>=0:math/p5-Bit-Vector \
		p5-Class-Gomor>=1.00:devel/p5-Class-Gomor \
		p5-Net-IPv6Addr>=0:net-mgmt/p5-Net-IPv6Addr \
		p5-Socket6>=0:net/p5-Socket6
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>
