1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/devel/esbuild/Makefile
2022-03-30 03:01:44 -04:00

24 lines
410 B
Makefile

PORTNAME= esbuild
DISTVERSIONPREFIX= v
DISTVERSION= 0.14.23
PORTREVISION= 1
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>