9abbb4ad9d
- Use single space after WWW: - While I'm here: - Add LICENSE - Remove unnecessary MASTER_SITE_SUBDIR - Sort *_DEPENDS - Use TEST_DEPENDS Changes: http://search.cpan.org/dist/NetApp/CHANGES PR: ports/185417 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: snowfly <snowfly@yuntech.edu.tw> (maintainer)
28 lines
789 B
Makefile
28 lines
789 B
Makefile
# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= NetApp
|
|
PORTVERSION= 500.002
|
|
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= p5-Class-Std>=0:${PORTSDIR}/devel/p5-Class-Std \
|
|
p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \
|
|
p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd \
|
|
p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet \
|
|
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
|
|
p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|