freebsd-ports/devel/hs-shake/Makefile
Gleb Popov 9b79b0b5b2 In wrapper scripts, use $@ instead of $* to correctly pass arguments to the real program
PR:		238719
Approved by:	tcberner (mentor, implicit)
2019-06-20 16:03:10 +00:00

20 lines
488 B
Makefile

# $FreeBSD$
PORTNAME= shake
PORTVERSION= 0.18.2
PORTREVISION= 1
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.7.2 extra-1.6.14 filepattern-0.1.1 hashable-1.2.7.0_1 \
heaps-0.3.6.1 js-dgtable-0.5.2 js-flot-0.8.3 js-jquery-3.3.1 \
primitive-0.6.4.0_1 random-1.1_1 unordered-containers-0.2.10.0 \
utf8-string-1.0.1.1_3
.include <bsd.port.mk>