aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-rice/Makefile
blob: dc25d7a6365860c20138b4ec9bdb8d501bdb4a3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>