opnsense-ports/sysutils/rubygem-sys-uname/Makefile
Franco Fichtner 65cb4eeb20 */*: sync with upstream
Taken from: HardenedBSD
2020-05-11 10:53:13 +02:00

22 lines
407 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= sys-uname
PORTVERSION= 1.2.1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby interface for getting system information
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-ffi>=1.0.0:devel/rubygem-ffi
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>