mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
6fa27dcfe7
Ports for Haskell *libraries* are going to be removed from the ports tree. Haskell *applications* are going to be statically linked with all dependencies ( https://reviews.freebsd.org/D19730 ), so there is no reason to keep Haskell libraries in tree. If you think a port is wrongly marked and should stay, please contact haskell@ Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D19244
19 lines
384 B
Makefile
19 lines
384 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hjsmin
|
|
PORTVERSION= 0.2.0.2
|
|
PORTREVISION= 4
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Haskell implementation of a javascript minifier
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= blaze-builder>=0.2 language-javascript>=0.5.14 \
|
|
optparse-applicative>=0.7
|
|
EXECUTABLE= hjsmin
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|