aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-sys-cpu/Makefile
blob: 9854efff3de013cbc99f0750fd076fc1a5c2759d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Eric Freeman <freebsdports@chillibear.com>

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>