1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/sysutils/rubygem-sys-uname/Makefile
Martin Wilke bd04fc2b16 A Ruby interface for getting system information
along the lines of the uname Unix command

WWW: http://sysutils.rubyforge.org/

PR:		ports/149381
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2010-08-09 04:51:45 +00:00

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>