forked from Lainports/freebsd-ports
Ext++ is a Ruby extension that provides C++ API for writing Ruby extension. You can write your Ruby extension easier than Ruby's C API. Because Ext++'s C++ API reduces duplicated code needed for Ruby's C API. You can use all Ruby's C API without any adapter layer. Because you can use C API directory from C++.
18 lines
350 B
Makefile
18 lines
350 B
Makefile
PORTNAME= extpp
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Reduce duplicated code needed for Ruby C API with Ext++ C API
|
|
WWW= https://github.com/red-data-tools/extpp
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|