pkgsrc/www/go-minify/buildlink3.mk
ryoon 62a9571c2c www/go-minify: import go-minify-2.3.8
Minify is a minifier package written in Go. It provides HTML5,
CSS3, JS, JSON, SVG and XML minifiers and an interface to implement
any other minifier. Minification is the process of removing bytes
from a file (such as whitespace) without changing its output and
therefore shrinking its size and speeding up transmission over the
internet and possibly parsing. The implemented minifiers are designed
for high performance.

The core functionality associates mimetypes with minification
functions, allowing embedded resources (like CSS or JS within HTML
files) to be minified as well. Users can add new implementations
that are triggered based on a mimetype (or pattern), or redirect
to an external command (like ClosureCompiler, UglifyCSS, ...).
2018-11-18 08:40:17 +00:00

16 lines
417 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2018/11/18 08:40:17 ryoon Exp $
BUILDLINK_TREE+= go-minify
.if !defined(GO_MINIFY_BUILDLINK3_MK)
GO_MINIFY_BUILDLINK3_MK:=
BUILDLINK_CONTENTS_FILTER.go-minify= ${EGREP} gopkg/
BUILDLINK_DEPMETHOD.go-minify?= build
BUILDLINK_API_DEPENDS.go-minify+= go-minify>=2.3.5
BUILDLINK_PKGSRCDIR.go-minify?= ../../www/go-minify
.endif # GO_MINIFY_BUILDLINK3_MK
BUILDLINK_TREE+= -go-minify