mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
af4467567d
https://github.com/evanw/esbuild/blob/master/CHANGELOG.md - Parsing of rest arguments in certain TypeScript types (#1553) - Fix error message for watch: true and buildSync (#1552) - Fix an minification bug with the --keep-names option (#1552)
23 lines
394 B
Makefile
23 lines
394 B
Makefile
PORTNAME= esbuild
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.12.23
|
|
CATEGORIES= devel www
|
|
|
|
MAINTAINER= dch@FreeBSD.org
|
|
COMMENT= Extremely fast JavaScript bundler and minifier
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= go:modules
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= evanw
|
|
|
|
.include "${.CURDIR}/Makefile.deps"
|
|
|
|
GO_TARGET= ./cmd/esbuild:esbuild
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|