freebsd-ports/www/hs-wai-app-static/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

41 lines
1.5 KiB
Makefile

# $FreeBSD$
PORTNAME= wai-app-static
PORTVERSION= 3.1.6.3
PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= WAI application for static serving
LICENSE= MIT
USES= cabal
USE_CABAL= aeson-1.4.2.0_1 ansi-terminal-0.9 ansi-wl-pprint-0.6.8.2_1 \
appar-0.1.7 async-2.2.1_1 attoparsec-0.13.2.2 auto-update-0.1.4 \
base64-bytestring-1.0.0.2 base-compat-0.10.5 basement-0.0.10_1 \
blaze-builder-0.4.1.0 blaze-html-0.9.1.1 blaze-markup-0.8.2.2 \
bsb-http-chunked-0.0.0.4 byteorder-1.0.4 cabal-doctest-1.0.6_2 \
case-insensitive-1.2.0.11 colour-2.3.4 cookie-0.4.4 \
cryptonite-0.25 data-default-class-0.1.2.0 dlist-0.8.0.5 \
easy-file-0.2.2 exceptions-0.10.0_2 fast-logger-2.4.13 \
file-embed-0.0.11 hashable-1.2.7.0_1 hsc2hs-0.68.4_1 \
http-date-0.0.8 http-types-0.12.2 \
http2-1.6.4 integer-logarithms-1.0.2.2 iproute-1.7.7 \
memory-0.14.18_1 mime-types-0.1.0.9 network-2.7.0.2_2 \
network-byte-order-0.0.0.0 old-locale-1.0.0.7_2 old-time-1.1.0.3_2 \
optparse-applicative-0.14.3.0 primitive-0.6.4.0_1 \
psqueues-0.2.7.1 random-1.1_1 resourcet-1.2.2 \
scientific-0.3.6.2 semigroups-0.18.5 simple-sendfile-0.2.28 \
streaming-commons-0.2.1.0 tagged-0.8.6 \
th-abstraction-0.2.10.0 time-locale-compat-0.1.1.5 \
transformers-compat-0.6.2 unix-compat-0.5.1 unix-time-0.4.5 \
unliftio-core-0.1.2.0_1 unordered-containers-0.2.10.0 \
uuid-types-1.0.3_1 vault-0.3.1.2 vector-0.12.0.2 void-0.7.2 \
wai-3.2.2 wai-extra-3.0.25 wai-logger-2.3.4 warp-3.2.26 \
word8-0.1.3 zlib-0.6.2
EXECUTABLES= warp
.include <bsd.port.mk>