mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
3a128c6fb1
- Add NO_ARCH - Update pkg-descr - Update WWW Changes: https://github.com/jasonroelofs/rice/blob/master/CHANGELOG.md https://github.com/jasonroelofs/rice/commits/master
21 lines
406 B
Makefile
21 lines
406 B
Makefile
PORTNAME= rice
|
|
PORTVERSION= 4.0.2
|
|
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
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|