- Add LICENSE_FILE - Update version requirement of RUN_DEPENDS Changes: https://github.com/djberg96/sys-cpu/blob/ffi/CHANGES.md
23 lines
407 B
Makefile
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>
|