aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-sys-uptime/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-24 18:57:13 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-24 18:57:13 +0000
commit50adcc2f5ae878ce4757726745f5fb5dac2c9f7b (patch)
tree28dc99fc0698afb5231ee76fd668d78445b1c48e /sysutils/rubygem-sys-uptime/Makefile
parenta6a68d836edc4b1713017533a24581de3994ff1e (diff)
downloadports-50adcc2f5ae878ce4757726745f5fb5dac2c9f7b.tar.gz
ports-50adcc2f5ae878ce4757726745f5fb5dac2c9f7b.zip
Notes
Diffstat (limited to 'sysutils/rubygem-sys-uptime/Makefile')
-rw-r--r--sysutils/rubygem-sys-uptime/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/rubygem-sys-uptime/Makefile b/sysutils/rubygem-sys-uptime/Makefile
index cc926465e29d..ca575bf4f3b5 100644
--- a/sysutils/rubygem-sys-uptime/Makefile
+++ b/sysutils/rubygem-sys-uptime/Makefile
@@ -2,17 +2,19 @@
# $FreeBSD$
PORTNAME= sys-uptime
-PORTVERSION= 0.6.1
+PORTVERSION= 0.6.2
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides uptime and boot time information
+LICENSE= ART20
+
RUN_DEPENDS= rubygem-ffi>=1.0.0:${PORTSDIR}/devel/rubygem-ffi
-USE_RUBY= yes
-USE_RUBYGEMS= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>