aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/pandorafms_server
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-29 19:14:13 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-29 19:14:13 +0000
commit54726fadf9e981c14d09d118cb65bc451bd939ee (patch)
treefe52c911ac9db20d14e6e87efa82cc4caf8dbbe6 /net-mgmt/pandorafms_server
parent23c463742de244464deff3a801c5640d4f5843ab (diff)
downloadports-54726fadf9e981c14d09d118cb65bc451bd939ee.tar.gz
ports-54726fadf9e981c14d09d118cb65bc451bd939ee.zip
Remove Perl core modules
- While I'm here, remove redundant LOCALBASE/bin from RUN_DEPENDS - Bump PORTREVISION for dependency change With hat: perl
Notes
Notes: svn path=/head/; revision=444678
Diffstat (limited to 'net-mgmt/pandorafms_server')
-rw-r--r--net-mgmt/pandorafms_server/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/pandorafms_server/Makefile b/net-mgmt/pandorafms_server/Makefile
index ec92b00d6427..54d473c417fe 100644
--- a/net-mgmt/pandorafms_server/Makefile
+++ b/net-mgmt/pandorafms_server/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PORTNAME= pandora_server
+PORTREVISION= 1
CATEGORIES= net-mgmt
MAINTAINER= koichiro@rworks.jp
@@ -22,9 +23,8 @@ PANDORA_DEPS= p5-DBI>=0:databases/p5-DBI \
BUILD_DEPENDS= ${PANDORA_DEPS}
RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \
p5-DBD-mysql>=4:databases/p5-DBD-mysql \
- ${LOCALBASE}/bin/wmic:net-mgmt/wmi-client \
- ${LOCALBASE}/bin/nmap:security/nmap \
- p5-Storable>=0:devel/p5-Storable \
+ wmic:net-mgmt/wmi-client \
+ nmap:security/nmap \
p5-Encode-Locale>=0:converters/p5-Encode-Locale \
${PANDORA_DEPS}