Matthias Fechner 6bf30ad153 textproc/rubygem-terser: switch to nodejs 20
the current version 24 does not work with Gitlab asset compilation.
2026-01-02 07:52:44 +01:00

21 lines
424 B
Makefile

PORTNAME= terser
PORTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Terser minifies JavaScript files for Ruby
WWW= https://github.com/ahorek/terser-ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-execjs-gitlab>=0.3.0<3:devel/rubygem-execjs-gitlab
#RUN_DEPENDS= rubygem-execjs>=0.3.0<3:devel/rubygem-execjs
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>