Sunpoet Po-Chuan Hsieh cbf7f4b803 Update to 1.0.3
- Add LICENSE_FILE
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/djberg96/sys-cpu/blob/ffi/CHANGES.md
2021-02-17 18:29:38 +00:00

23 lines
407 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= sys-cpu
PORTVERSION= 1.0.3
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>