diff options
Diffstat (limited to 'textproc/minify/Makefile')
| -rw-r--r-- | textproc/minify/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/minify/Makefile b/textproc/minify/Makefile new file mode 100644 index 0000000..eb9700a --- /dev/null +++ b/textproc/minify/Makefile @@ -0,0 +1,25 @@ +COMMENT = minifier for web formats + +DISTNAME = minify-${MODGO_VERSION} + +CATEGORIES = textproc + +HOMEPAGE = https://go.tacodewolff.nl/minify + +MAINTAINER = la ninpre <aaoth@aaoth.xyz> + +# MIT +PERMIT_PACKAGE = Yes + +WANTLIB += c pthread + +MODGO_MODNAME = github.com/tdewolff/minify/v2 +MODGO_VERSION = v2.12.5 +MODGO_LDFLAGS += -X main.Version="${MODGO_VERSION}" +MODULES = lang/go + +ALL_TARGET = ${MODGO_MODNAME}/cmd/minify + +.include "modules.inc" + +.include <bsd.port.mk> |
