mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 19:41:18 +02:00
20 lines
434 B
Makefile
20 lines
434 B
Makefile
# Created by: Eric Freeman <freebsdports@chillibear.com>
|
|
# $FreeBSD: head/sysutils/rubygem-sys-uname/Makefile 427967 2016-12-06 14:53:23Z sunpoet $
|
|
|
|
PORTNAME= sys-uname
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby interface for getting system information
|
|
|
|
|
|
RUN_DEPENDS= rubygem-ffi>=1.0.0:ruby/rubygem-ffi
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|