freebsd-ports/net-mgmt/p5-BigIP-iControl/Makefile
Andrej Zverev 9015802942 - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 15:44:11 +00:00

20 lines
467 B
Makefile

# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
# $FreeBSD$
PORTNAME= BigIP-iControl
PORTVERSION= 0.095
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= Perl interface to the F5 iControl API
RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \
p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>