# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
# $FreeBSD: head/net-mgmt/p5-BigIP-iControl/Makefile 492558 2019-02-10 00:07:17Z sunpoet $

PORTNAME=	BigIP-iControl
PORTVERSION=	0.095
PORTREVISION=	2
CATEGORIES=	net-mgmt perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	snowfly@yuntech.edu.tw
COMMENT=	Perl interface to the F5 iControl API

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-SOAP-Lite>=0:net/p5-SOAP-Lite

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>