27 lines
536 B
Makefile
27 lines
536 B
Makefile
PORTNAME= shake
|
|
PORTVERSION= 0.19.7
|
|
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.3 \
|
|
extra-1.7.12 \
|
|
filepattern-0.1.3 \
|
|
hashable-1.4.1.0 \
|
|
heaps-0.4 \
|
|
js-dgtable-0.5.2 \
|
|
js-flot-0.8.3 \
|
|
js-jquery-3.3.1 \
|
|
primitive-0.7.4.0 \
|
|
random-1.2.1.1 \
|
|
splitmix-0.1.0.4_1 \
|
|
unordered-containers-0.2.19.1_1 \
|
|
utf8-string-1.0.2
|
|
|
|
.include <bsd.port.mk>
|