opnsense-ports/sysutils/rubygem-sys-uptime/Makefile
Franco Fichtner bf228525d1 */*: sync with upstream
Taken from: HardenedBSD
2021-02-18 15:26:04 +01:00

22 lines
404 B
Makefile

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