mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
0e32330f15
Chase the devel/libffi update Bump portrevision of all dependent ports to chace shard library version bump in libffi. Update LIB_DEPENDS lines where needed to not require a specific version of libffi.so. PR: 247028 (for tracking)
29 lines
523 B
Makefile
29 lines
523 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hjsmin
|
|
PORTVERSION= 0.2.0.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Haskell implementation of a javascript minifier
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= cabal
|
|
|
|
USE_LOCALE= en_US.UTF-8
|
|
|
|
USE_CABAL= alex-3.2.5 \
|
|
ansi-terminal-0.10.3 \
|
|
ansi-wl-pprint-0.6.9_1 \
|
|
blaze-builder-0.4.1.0 \
|
|
colour-2.3.5 \
|
|
happy-1.19.12 \
|
|
language-javascript-0.7.0.0 \
|
|
optparse-applicative-0.15.1.0 \
|
|
transformers-compat-0.6.5 \
|
|
utf8-string-1.0.1.1_3
|
|
|
|
.include <bsd.port.mk>
|