forked from Lainports/freebsd-ports
- Add devel/p5-Clone to RUN_DEPEND
PR: ports/132767 Submitted by: Hsin-Han You <hhyou AT cs.nctu.edu.tw> Approved by: "snowfly" <snowfly AT yuntech.edu.tw> (maintainer)
This commit is contained in:
parent
4460472159
commit
777633dd73
1 changed files with 3 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= NetApp
|
||||
PORTVERSION= 1.1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= NetApp
|
||||
|
|
@ -22,7 +23,8 @@ RUN_DEPENDS= p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd \
|
|||
p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
|
||||
p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize \
|
||||
p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet \
|
||||
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
||||
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Clone>=0:${PORTSDIR}/devel/p5-Clone
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= 5.8.0+
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue