mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
19 lines
365 B
Makefile
19 lines
365 B
Makefile
PORTNAME= sys-cpu
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Interface for getting information about the CPU
|
|
WWW= https://github.com/djberg96/sys-cpu
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-ffi>=1.1<2:devel/rubygem-ffi
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|