freebsd-ports/net-mgmt/p5-NetApp/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

29 lines
719 B
Makefile

# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
# $FreeBSD$
PORTNAME= NetApp
PORTVERSION= 500.002
PORTREVISION= 1
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= Perl interface to manage NetApp NAS devices
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Std>=0:devel/p5-Class-Std \
p5-Clone>=0:devel/p5-Clone \
p5-IPC-Cmd>=0:devel/p5-IPC-Cmd \
p5-Net-Telnet>=0:net/p5-Net-Telnet \
p5-Params-Validate>=0:devel/p5-Params-Validate \
p5-Regexp-Common>=0:textproc/p5-Regexp-Common
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>