all repos — ports @ f7ab51fefec44960929d4d5ee275beb250971092

collection of ports for openbsd

textproc/minify/Makefile (view raw)

 1COMMENT =	minifier for web formats
 2
 3DISTNAME =	minify-${MODGO_VERSION}
 4
 5CATEGORIES =	textproc
 6
 7HOMEPAGE =	https://go.tacodewolff.nl/minify
 8
 9MAINTAINER =	la ninpre <aaoth@aaoth.xyz>
10
11# MIT
12PERMIT_PACKAGE =	Yes
13
14WANTLIB +=	c pthread
15
16MODGO_MODNAME =	github.com/tdewolff/minify/v2
17MODGO_VERSION =	v2.12.5
18MODGO_LDFLAGS +=	-X main.Version="${MODGO_VERSION}"
19MODULES =	lang/go
20
21ALL_TARGET =	${MODGO_MODNAME}/cmd/minify
22
23.include "modules.inc"
24
25.include <bsd.port.mk>