mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
bd04fc2b16
along the lines of the uname Unix command WWW: http://sysutils.rubyforge.org/ PR: ports/149381 Submitted by: Eric Freeman <freebsdports at chillibear.com>
21 lines
421 B
Makefile
21 lines
421 B
Makefile
# Ports collection makefile for: rubygem-sys-uname
|
|
# Date created: 30 July 2010
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sys-uname
|
|
PORTVERSION= 0.8.4
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= A Ruby interface for getting system information
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|