diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-01-12 19:40:25 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-01-12 19:40:25 +0000 |
commit | a90727a01236bc22158a48b032950fdb0aea31cf (patch) | |
tree | b503daba9b69198ee52abd899f8608a840c7d76c /sysutils/rubygem-sys-uname/Makefile | |
parent | 3689cbef98cd4710750569abd7888e8408815a74 (diff) | |
download | ports-a90727a01236bc22158a48b032950fdb0aea31cf.tar.gz ports-a90727a01236bc22158a48b032950fdb0aea31cf.zip |
Notes
Diffstat (limited to 'sysutils/rubygem-sys-uname/Makefile')
-rw-r--r-- | sysutils/rubygem-sys-uname/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/rubygem-sys-uname/Makefile b/sysutils/rubygem-sys-uname/Makefile index 630178e5d53a..a526171bc50b 100644 --- a/sysutils/rubygem-sys-uname/Makefile +++ b/sysutils/rubygem-sys-uname/Makefile @@ -6,13 +6,15 @@ # PORTNAME= sys-uname -PORTVERSION= 0.8.6 +PORTVERSION= 0.9.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG MAINTAINER= freebsdports@chillibear.com COMMENT= A Ruby interface for getting system information +RUN_DEPENDS= rubygem-ffi>=1.0.0:${PORTSDIR}/devel/rubygem-ffi + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |