mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
78 lines
1.6 KiB
Makefile
78 lines
1.6 KiB
Makefile
|
|
PORTNAME= hpack
|
|
PORTVERSION= 0.34.4
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Modern format for Haskell packages
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= cabal
|
|
|
|
USE_CABAL= Glob-0.10.0_1 \
|
|
aeson-1.4.7.1_1 \
|
|
asn1-encoding-0.9.6_1 \
|
|
asn1-parse-0.9.5 \
|
|
asn1-types-0.3.4 \
|
|
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 \
|
|
cabal-doctest-1.0.8_1 \
|
|
case-insensitive-1.2.1.0 \
|
|
cereal-0.5.8.1 \
|
|
comonad-5.0.6 \
|
|
conduit-1.3.2 \
|
|
connection-0.3.1_1 \
|
|
cookie-0.4.5 \
|
|
cryptonite-0.26 \
|
|
data-default-class-0.1.2.0 \
|
|
distributive-0.6.2 \
|
|
dlist-0.8.0.8 \
|
|
hashable-1.3.0.0_1 \
|
|
hourglass-0.2.12 \
|
|
hsc2hs-0.68.7 \
|
|
http-client-0.6.4.1 \
|
|
http-client-tls-0.3.5.3_1 \
|
|
http-types-0.12.3 \
|
|
infer-license-0.2.0 \
|
|
integer-logarithms-1.0.3_2 \
|
|
libyaml-0.1.2 \
|
|
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 \
|
|
pem-0.2.4 \
|
|
primitive-0.7.0.1 \
|
|
random-1.1_1 \
|
|
resourcet-1.2.4 \
|
|
scientific-0.3.6.2 \
|
|
socks-0.6.1 \
|
|
split-0.2.3.4 \
|
|
streaming-commons-0.2.1.2 \
|
|
tagged-0.8.6_2 \
|
|
text-metrics-0.3.0_4 \
|
|
th-abstraction-0.3.2.0 \
|
|
time-compat-1.9.3 \
|
|
tls-1.5.4 \
|
|
transformers-compat-0.6.5 \
|
|
unliftio-core-0.2.0.1_1 \
|
|
unordered-containers-0.2.10.0_1 \
|
|
uuid-types-1.0.3_2 \
|
|
vector-0.12.1.2 \
|
|
vector-algorithms-0.8.0.3 \
|
|
x509-1.7.5_1 \
|
|
x509-store-1.6.7_1 \
|
|
x509-system-1.6.6 \
|
|
x509-validation-1.6.11 \
|
|
yaml-0.11.4.0 \
|
|
zlib-0.6.2.1_1
|
|
|
|
.include <bsd.port.mk>
|