aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-sysinfo/Makefile
blob: 31cce340df2fc418f38eb3be98df3b338e55e9b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   sysinfo
PORTVERSION=    0.8.1
PORTREVISION=   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:devel/rubygem-drydock \
        rubygem-storable>=0:devel/rubygem-storable

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem:autoplist shebangfix
SHEBANG_FILES=  bin/sysinfo

PLIST_FILES=    bin/sysinfo

.include <bsd.port.mk>