29 lines
863 B
Makefile
29 lines
863 B
Makefile
PORTNAME= minify
|
|
PORTVERSION= 2.12.0
|
|
PORTREVISION= 2
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= textproc www
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Go minifiers for web formats
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
|
|
GO_TARGET= ./cmd/minify
|
|
|
|
PLIST_FILES= bin/minify
|
|
|
|
GH_ACCOUNT= tdewolff
|
|
GH_TUPLE= djherbis:atime:v1.1.0:djherbis_atime/vendor/github.com/djherbis/atime \
|
|
dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \
|
|
fsnotify:fsnotify:v1.5.4:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
|
|
golang:sys:05e143d:golang_sys/vendor/golang.org/x/sys \
|
|
matryer:try:9ac251b:matryer_try/vendor/github.com/matryer/try \
|
|
spf13:pflag:d5e0c06:spf13_pflag/vendor/github.com/spf13/pflag \
|
|
tdewolff:parse:v2.6.1:tdewolff_parse/vendor/github.com/tdewolff/parse/v2
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|