diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-03-25 18:17:13 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-03-25 18:17:13 +0000 |
commit | 777633dd736c4cf22e0937fd452da0d01da69b92 (patch) | |
tree | 4bf8fd9ec98c7eec5b1bd5bef94f782de6d82c4a /net-mgmt/p5-NetApp | |
parent | 4460472159a3832b49f74a14b36c8239581d6fcb (diff) |
Notes
Diffstat (limited to 'net-mgmt/p5-NetApp')
-rw-r--r-- | net-mgmt/p5-NetApp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/p5-NetApp/Makefile b/net-mgmt/p5-NetApp/Makefile index 9c76518ebdcc..e4d1d26a89ab 100644 --- a/net-mgmt/p5-NetApp/Makefile +++ b/net-mgmt/p5-NetApp/Makefile @@ -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+ |