summaryrefslogtreecommitdiff
path: root/devel/rubygem-rice/Makefile
blob: 97c9d393a2d52e439be90c4818638eea5ad08610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

PORTNAME=	rice
PORTVERSION=	2.2.0
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_11_powerpc64=	fails to configure: could not find ruby.h
BROKEN_FreeBSD_12_powerpc64=	fails to configure: could not find ruby.h

USE_RUBY=	yes
USES=		autoreconf:build gem

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/test/unittest

.include <bsd.port.mk>