aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-shake/Makefile
blob: 6666b94c4870757968f5c9637622b3263b4d308c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	shake
PORTVERSION=	0.19.8
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Build system library, like Make, but more accurate dependencies
WWW=		https://shakebuild.com/

LICENSE=	BSD3CLAUSE

USES=		cabal

USE_CABAL=	clock-0.8.4 \
		extra-1.7.14 \
		filepattern-0.1.3 \
		hashable-1.4.3.0_1 \
		heaps-0.4 \
		js-dgtable-0.5.2 \
		js-flot-0.8.3 \
		js-jquery-3.3.1 \
		primitive-0.9.0.0 \
		random-1.2.1.2 \
		splitmix-0.1.0.5 \
		unordered-containers-0.2.20_1 \
		utf8-string-1.0.2

.include <bsd.port.mk>