mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
24 lines
549 B
Makefile
24 lines
549 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD: head/devel/rubygem-sysinfo/Makefile 414136 2016-04-27 21:57:31Z swills $
|
|
|
|
PORTNAME= sysinfo
|
|
PORTVERSION= 0.8.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= All your system-independent infoz in one handy class
|
|
|
|
|
|
RUN_DEPENDS= rubygem-drydock>=0:ruby/rubygem-drydock \
|
|
rubygem-storable>=0:ruby/rubygem-storable
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem shebangfix
|
|
SHEBANG_FILES= bin/sysinfo
|
|
|
|
PLIST_FILES= bin/sysinfo
|
|
|
|
.include <bsd.port.mk>
|