freebsd-ports/devel/rubygem-extpp/Makefile
Po-Chuan Hsieh 398488fdf1
devel/rubygem-extpp: Add rubygem-extpp 0.1.0
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++.
2022-10-03 10:10:19 +08:00

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>