1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/esbuild/Makefile
Dave Cottlehuber af4467567d devel/esbuild: update to 0.12.23 already
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)
2021-08-26 15:13:53 +00:00

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>