freebsd-ports/devel/rubygem-rice/Makefile
2020-11-24 16:00:11 +00:00

23 lines
501 B
Makefile

# $FreeBSD$
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>