diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2017-07-18 01:10:29 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2017-07-18 01:10:29 +0000 |
commit | 223e624c24b8c78c17bbb403ba3f8e0527e15723 (patch) | |
tree | 32b3bc7cc3707c8eefb68d51043b9e8da01c27ab /net-mgmt | |
parent | 64ae0dac18cf108cb41291ad3391f67e22118594 (diff) | |
download | ports-223e624c24b8c78c17bbb403ba3f8e0527e15723.tar.gz ports-223e624c24b8c78c17bbb403ba3f8e0527e15723.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/rackmonkey/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/rackmonkey/Makefile b/net-mgmt/rackmonkey/Makefile index e1cf89445828..fd84bc3271ea 100644 --- a/net-mgmt/rackmonkey/Makefile +++ b/net-mgmt/rackmonkey/Makefile @@ -3,6 +3,7 @@ PORTNAME= rackmonkey PORTVERSION= 1.2.5 +PORTREVISION= 1 DISTVERSIONSUFFIX= -1 PORTREVISION= 4 CATEGORIES= net-mgmt www @@ -14,6 +15,7 @@ MAINTAINER= ecrist@secure-computing.net COMMENT= Web-based tool for managing racks of equipment RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI \ + p5-CGI>=0:www/p5-CGI \ p5-HTML-Template>=0:www/p5-HTML-Template \ p5-Spreadsheet-WriteExcel>=0:textproc/p5-Spreadsheet-WriteExcel \ p5-Net-DNS>=0:dns/p5-Net-DNS \ |