Prune sysutils/pcpustat
[dports.git] / sysutils / rubygem-sys-uptime / Makefile
1 # Created by: Eric Freeman <freebsdports@chillibear.com>
2 # $FreeBSD$
3
4 PORTNAME=       sys-uptime
5 PORTVERSION=    0.7.0
6 CATEGORIES=     sysutils rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     ruby@FreeBSD.org
10 COMMENT=        Provides uptime and boot time information
11
12 LICENSE=        APACHE20
13
14 RUN_DEPENDS=    rubygem-ffi>=1.0.0:${PORTSDIR}/devel/rubygem-ffi
15
16 NO_ARCH=        yes
17 USE_RUBY=       yes
18 USE_RUBYGEMS=   yes
19 RUBYGEM_AUTOPLIST=      yes
20
21 .include <bsd.port.mk>