freebsd-ports/devel/rubygem-execjs/Makefile
Po-Chuan Hsieh 1ce58015ec
nodejs: Bump PORTREVISION for dependency change
USES=nodejs defaults to www/node20 now.
2023-11-02 03:29:11 +08:00

21 lines
433 B
Makefile

PORTNAME= execjs
PORTVERSION= 2.9.1
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= ExecJS lets you run JavaScript code from Ruby
WWW= https://github.com/rails/execjs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
USES= gem nodejs:run
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/lib/execjs/runtimes.rb
.include <bsd.port.mk>