freebsd-ports/sysutils/rubygem-sys-cpu/Makefile
Sunpoet Po-Chuan Hsieh 4538284a42 Update to 0.8.0
- Update LICENSE

Changes:	https://github.com/djberg96/sys-cpu/blob/ffi/CHANGES
2018-10-20 14:52:58 +00:00

21 lines
375 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= sys-cpu
PORTVERSION= 0.8.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Interface for getting information about the CPU
LICENSE= APACHE20
RUN_DEPENDS= rubygem-ffi>=1.0.0:devel/rubygem-ffi
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>