aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-rice/Makefile
blob: 70e4e10c51391462bce9f3677c726dd308f6cb67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	rice
PORTVERSION=	4.0.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	C++ interface to Rubys C API

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

BROKEN_FreeBSD_12_powerpc64=	fails to configure: could not find ruby.h

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>