mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
e064d58e56
- Better usage of Makefile Reported by: jhale@ Feature safe: yes
22 lines
479 B
Makefile
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>
|