8d6597e0bb
With hat: portmgr Sponsored by: Absolight
21 lines
459 B
Makefile
21 lines
459 B
Makefile
# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= BigIP-iControl
|
|
PORTVERSION= 0.095
|
|
PORTREVISION= 1
|
|
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:net/p5-SOAP-Lite \
|
|
p5-MIME-Base64>=0:converters/p5-MIME-Base64
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|