diff options
author | zi <zi@FreeBSD.org> | 2017-07-18 09:10:29 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2017-07-18 09:10:29 +0800 |
commit | 6600d8dda5ff366533cd408cf6c6f551cd32aa09 (patch) | |
tree | 32b3bc7cc3707c8eefb68d51043b9e8da01c27ab /net-mgmt/rackmonkey | |
parent | a4ca5e1c63321e401eab9b81f4cf7ccf1d2a82d1 (diff) | |
download | freebsd-ports-gnome-6600d8dda5ff366533cd408cf6c6f551cd32aa09.tar.gz freebsd-ports-gnome-6600d8dda5ff366533cd408cf6c6f551cd32aa09.tar.zst freebsd-ports-gnome-6600d8dda5ff366533cd408cf6c6f551cd32aa09.zip |
- Add missing dependency (p5-CGI) due to CGI.pm being removed in perl 5.22
- Bump PORTREVISION
Diffstat (limited to 'net-mgmt/rackmonkey')
-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 \ |