freebsd-ports/sysutils/rubygem-sys-uptime/Makefile
2018-11-05 21:46:19 +00:00

21 lines
372 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= sys-uptime
PORTVERSION= 0.7.2
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides uptime and boot time information
LICENSE= APACHE20
RUN_DEPENDS= rubygem-ffi>=1.0.0:devel/rubygem-ffi
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>