opnsense-ports/sysutils/rubygem-sys-cpu/Makefile
Franco Fichtner 843e5b761e */*: sync with upstream
Taken from: FreeBSD
2022-06-16 16:34:37 +02:00

21 lines
395 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
PORTNAME= sys-cpu
PORTVERSION= 1.0.4
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Interface for getting information about the CPU
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>