blob: bf250b1089db36140aab0a63de06cbc9b509cbcd (
plain)
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.4
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Build system library, like Make, but more accurate dependencies
LICENSE= BSD3CLAUSE
USES= cabal
USE_CABAL= clock-0.8 \
extra-1.7.2 \
file-embed-0.0.12.0 \
filepattern-0.1.2 \
hashable-1.3.0.0_1 \
heaps-0.3.6.1 \
js-dgtable-0.5.2 \
js-flot-0.8.3 \
js-jquery-3.3.1 \
primitive-0.7.0.1 \
random-1.1_1 \
unordered-containers-0.2.10.0_1 \
utf8-string-1.0.1.1_3
.include <bsd.port.mk>
|