1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/www/hs-DAV/Makefile
2021-04-21 06:48:23 +02:00

111 lines
2.4 KiB
Makefile

PORTNAME= DAV
PORTVERSION= 1.3.4
PORTREVISION= 3
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Command line client for RFC 4918 WebDAV protocol
LICENSE= GPLv3
USES= cabal
USE_CABAL= StateVar-1.2 \
adjunctions-4.4_2 \
aeson-1.5.2.0 \
ansi-terminal-0.10.3 \
ansi-wl-pprint-0.6.9_1 \
asn1-encoding-0.9.6_1 \
asn1-parse-0.9.5 \
asn1-types-0.3.4 \
assoc-1.0.1_1 \
async-2.2.2_1 \
attoparsec-0.13.2.4 \
base-compat-0.11.1 \
base-compat-batteries-0.11.1 \
base-orphans-0.8.2 \
basement-0.0.11_2 \
bifunctors-5.5.7 \
blaze-builder-0.4.1.0 \
blaze-html-0.9.1.2 \
blaze-markup-0.8.2.5 \
cabal-doctest-1.0.8_1 \
call-stack-0.2.0 \
case-insensitive-1.2.1.0 \
cereal-0.5.8.1 \
colour-2.3.5 \
comonad-5.0.6_1 \
conduit-1.3.2 \
conduit-extra-1.3.5 \
connection-0.3.1_1 \
contravariant-1.5.2 \
cookie-0.4.5 \
cryptonite-0.27 \
data-default-0.7.1.1 \
data-default-class-0.1.2.0 \
data-default-instances-containers-0.0.1 \
data-default-instances-dlist-0.0.1 \
data-default-instances-old-locale-0.0.1 \
distributive-0.6.2_1 \
dlist-0.8.0.8 \
free-5.1.3 \
hashable-1.3.0.0_1 \
hourglass-0.2.12 \
hsc2hs-0.68.7 \
http-client-0.7.1 \
http-client-tls-0.3.5.3_1 \
http-types-0.12.3 \
integer-logarithms-1.0.3_2 \
invariant-0.5.3_1 \
kan-extensions-5.2 \
lens-4.19.2_1 \
memory-0.15.0_1 \
mime-types-0.1.0.9 \
mono-traversable-1.0.15.1 \
network-3.1.1.1 \
network-uri-2.6.3.0 \
old-locale-1.0.0.7_2 \
optparse-applicative-0.15.1.0_1 \
parallel-3.2.2.0_2 \
pem-0.2.4 \
primitive-0.7.0.1 \
profunctors-5.5.2 \
random-1.1_1 \
reflection-2.1.6 \
resourcet-1.2.4.1 \
scientific-0.3.6.2 \
semigroupoids-5.3.4_1 \
semigroups-0.19.1 \
shakespeare-2.0.24.1 \
socks-0.6.1 \
split-0.2.3.4 \
streaming-commons-0.2.1.2 \
tagged-0.8.6_2 \
th-abstraction-0.3.2.0 \
th-lift-0.8.1 \
these-1.1 \
time-compat-1.9.3 \
tls-1.5.4 \
transformers-base-0.4.5.2 \
transformers-compat-0.6.5 \
typed-process-0.2.6.0 \
unliftio-core-0.2.0.1_1 \
unordered-containers-0.2.11.0 \
utf8-string-1.0.1.1_3 \
uuid-types-1.0.3_2 \
vector-0.12.1.2 \
vector-algorithms-0.8.0.3 \
void-0.7.3 \
x509-1.7.5_1 \
x509-store-1.6.7_1 \
x509-system-1.6.6 \
x509-validation-1.6.11 \
xml-conduit-1.8.0.1 \
xml-hamlet-0.5.0.1 \
xml-types-0.3.7 \
zlib-0.6.2.1_1
EXECUTABLES= hdav
.include <bsd.port.mk>