mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
32 lines
913 B
Makefile
32 lines
913 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= minify
|
|
PORTVERSION= 2.9.5
|
|
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/${GH_PROJECT}
|
|
|
|
PLIST_FILES= bin/minify
|
|
|
|
GH_ACCOUNT= tdewolff
|
|
GH_TUPLE= dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \
|
|
fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
|
|
golang:sys:d9f96fd:golang_sys/vendor/golang.org/x/sys \
|
|
matryer:try:9ac251b:matryer_try/vendor/github.com/matryer/try \
|
|
spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \
|
|
tdewolff:parse:v2.5.3:tdewolff_parse/vendor/github.com/tdewolff/parse/v2 \
|
|
tdewolff:test:v1.0.6:tdewolff_test/vendor/github.com/tdewolff/test
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|