mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
65969ea24c
From Maintainer Igor Zornik, thanks
23 lines
363 B
Makefile
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>
|