freebsd-ports/www/hs-wai-app-static/Makefile
Gleb Popov 2fca7097b9 Uses/cabal.mk: Rework MASTER_SITES and DISTFILES handling.
This change removes duplicated entries from MASTER_SITES and DISTFILES
variables. Now the MASTER_SITES variable will contain single Hackage URL without
any group for the simplest case and with :_cabal_mk_hackage group in nodefault
case.

This change opens a path to using non-Hackage Cabal repositories
(needed for Cardano) and pulling in .cabal revisions without using patches.

Unfortunately, this change results in a large churn in Haskell ports distinfos.
To make this churn less useless, refresh all Haskell dependencies in all ports.
2022-11-20 20:39:28 +03:00

115 lines
2.5 KiB
Makefile

PORTNAME= wai-app-static
PORTVERSION= 3.1.7.4
PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= WAI application for static serving
WWW= https://www.yesodweb.com/book/web-application-interface
LICENSE= MIT
USES= cabal
USE_CABAL= HUnit-1.6.2.0 \
OneTuple-0.3.1_3 \
QuickCheck-2.14.2 \
StateVar-1.2.2 \
aeson-2.1.1.0 \
ansi-terminal-0.11.3 \
ansi-wl-pprint-0.6.9_3 \
appar-0.1.8 \
asn1-encoding-0.9.6_2 \
asn1-parse-0.9.5 \
asn1-types-0.3.4 \
assoc-1.0.2_3 \
async-2.2.4_2 \
attoparsec-0.14.4_2 \
auto-update-0.1.6 \
base-compat-0.12.2 \
base-compat-batteries-0.12.2 \
base-orphans-0.8.7 \
base64-bytestring-1.2.1.0 \
basement-0.0.15 \
bifunctors-5.5.13 \
blaze-builder-0.4.2.2_1 \
blaze-html-0.9.1.2_2 \
blaze-markup-0.8.2.8_3 \
bsb-http-chunked-0.0.0.4_3 \
byteorder-1.0.4 \
cabal-doctest-1.0.9_2 \
call-stack-0.4.0 \
case-insensitive-1.2.1.0 \
colour-2.3.6 \
comonad-5.0.8_1 \
contravariant-1.5.5 \
cookie-0.4.5 \
cryptonite-0.30 \
data-default-class-0.1.2.0 \
data-fix-0.3.2_3 \
distributive-0.6.2.1_1 \
dlist-1.0 \
easy-file-0.2.2 \
fast-logger-3.1.1 \
file-embed-0.0.15.0 \
generically-0.1 \
hashable-1.4.1.0 \
hourglass-0.2.12 \
hsc2hs-0.68.8_1 \
http-date-0.0.11 \
http-types-0.12.3 \
http2-3.0.3 \
indexed-traversable-0.1.2_2 \
indexed-traversable-instances-0.1.1.1 \
integer-logarithms-1.0.3.1_3 \
iproute-1.7.12 \
memory-0.18.0 \
mime-types-0.1.1.0 \
network-3.1.2.7 \
network-byte-order-0.1.6_1 \
old-locale-1.0.0.7_2 \
old-time-1.1.0.3_2 \
optparse-applicative-0.17.0.0 \
pem-0.2.4 \
primitive-0.7.4.0 \
psqueues-0.2.7.3 \
random-1.2.1.1 \
recv-0.0.0 \
resourcet-1.3.0 \
safe-exceptions-0.1.7.3 \
scientific-0.3.7.0_3 \
semialign-1.2.0.1_3 \
semigroupoids-5.3.7 \
simple-sendfile-0.2.30 \
splitmix-0.1.0.4_1 \
streaming-commons-0.2.2.5 \
strict-0.4.0.1_4 \
tagged-0.8.6.1_3 \
text-short-0.1.5_1 \
th-abstraction-0.4.5.0 \
these-1.1.1.1_6 \
time-compat-1.9.6.1_4 \
time-manager-0.0.0_1 \
transformers-compat-0.7.2 \
unix-compat-0.6_1 \
unix-time-0.4.8 \
unliftio-0.2.23.0 \
unliftio-core-0.2.0.1_2 \
unordered-containers-0.2.19.1_1 \
uuid-types-1.0.5_3 \
vault-0.3.1.5_2 \
vector-0.13.0.0_1 \
vector-stream-0.1.0.0_1 \
wai-3.2.3 \
wai-extra-3.1.13.0_1 \
wai-logger-2.4.0 \
warp-3.3.23 \
witherable-0.4.2_3 \
word8-0.1.3 \
x509-1.7.7 \
zlib-0.6.3.0
CABAL_EXECUTABLES= warp
.include <bsd.port.mk>