Files
volker 65969ea24c devel/esbuild: Update to 0.28.0
From Maintainer Igor Zornik, thanks
2026-05-06 15:40:15 +00:00

23 lines
363 B
Makefile

COMMENT = fast bundler for the web
MODGO_MODNAME = github.com/evanw/esbuild
MODGO_VERSION = v0.28.0
DISTNAME = esbuild-${MODGO_VERSION}
CATEGORIES = devel
MAINTAINER = Igor Zornik <mocheryl@mocheryl.org>
HOMEPAGE = https://esbuild.github.io/
# MIT
PERMIT_PACKAGE = Yes
WANTLIB += c pthread
MODULES = lang/go
.include "modules.inc"
.include <bsd.port.mk>