mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
24 lines
494 B
Makefile
24 lines
494 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-drydock>=0:${PORTSDIR}/devel/rubygem-drydock \
|
|
rubygem-storable>=0:${PORTSDIR}/devel/rubygem-storable
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/sysinfo
|
|
|
|
.include <bsd.port.mk>
|