1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/net-mgmt/p5-BigIP-iControl/Makefile
Philippe Audeoud e064d58e56 - Fix comestic errors
- Better usage of Makefile

Reported by:	jhale@
Feature safe:	yes
2012-11-27 15:45:08 +00:00

22 lines
479 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}
PERL_CONFIGURE= yes
MAN3= BigIP::iControl.3
.include <bsd.port.mk>