aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-31 08:31:04 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-31 08:31:04 +0000
commitc9f4552e2be0774ce355abead22743d78dda790b (patch)
treea1897b95c08119fe64a2d7300c4f2e21d6a3b243 /net-mgmt
parent2443cc456ab3af4923f36f95c79bf60cfa7a0caf (diff)
downloadports-c9f4552e2be0774ce355abead22743d78dda790b.tar.gz
ports-c9f4552e2be0774ce355abead22743d78dda790b.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/rubygem-visage-app/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-mgmt/rubygem-visage-app/Makefile b/net-mgmt/rubygem-visage-app/Makefile
index 77b78e74e2f4..39cad2a7a2ea 100644
--- a/net-mgmt/rubygem-visage-app/Makefile
+++ b/net-mgmt/rubygem-visage-app/Makefile
@@ -9,10 +9,12 @@ MASTER_SITES= RG
MAINTAINER= brd@FreeBSD.org
COMMENT= Graph tool for Collectd
-RUN_DEPENDS= rubygem-tilt>=1.3.3:${PORTSDIR}/devel/rubygem-tilt \
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-errand>=0.7.3:${PORTSDIR}/devel/rubygem-errand \
rubygem-haml>=3.1.4:${PORTSDIR}/www/rubygem-haml \
rubygem-sinatra>=1.3.2:${PORTSDIR}/www/rubygem-sinatra \
- rubygem-errand>=0.7.3:${PORTSDIR}/devel/rubygem-errand \
+ rubygem-tilt>=1.3.3:${PORTSDIR}/devel/rubygem-tilt \
rubygem-yajl-ruby>=1.1.0:${PORTSDIR}/devel/rubygem-yajl-ruby
USE_RUBY= yes
@@ -21,5 +23,4 @@ RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/visage-app
-NO_STAGE= yes
.include <bsd.port.mk>