SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
23
devel/ruby-libv8/Makefile
Normal file
23
devel/ruby-libv8/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
COMMENT = access the v8 javascript interpreter from ruby
|
||||
|
||||
DISTNAME = libv8-3.16.14.18
|
||||
REVISION = 1
|
||||
CATEGORIES = devel lang
|
||||
|
||||
HOMEPAGE = https://github.com/cowboyd/libv8
|
||||
|
||||
# MIT License
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = lang/libv8
|
||||
|
||||
CONFIGURE_STYLE = ruby gem ext
|
||||
CONFIGURE_ARGS = --with-system-v8
|
||||
|
||||
post-install:
|
||||
rm -r ${PREFIX}/${GEM_LIB}/gems/${DISTNAME}/vendor/
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Add table
Add a link
Reference in a new issue