9b79b0b5b2
PR: 238719 Approved by: tcberner (mentor, implicit)
57 lines
2.5 KiB
Makefile
57 lines
2.5 KiB
Makefile
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hoogle
|
|
PORTVERSION= 5.0.17.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Haskell API Search
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= happy:devel/hs-happy
|
|
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss
|
|
|
|
USES= cabal
|
|
|
|
USE_CABAL= ListLike-4.6_2 QuickCheck-2.12.6.1_1 aeson-1.4.2.0_1 appar-0.1.7 \
|
|
asn1-encoding-0.9.5 asn1-parse-0.9.4 asn1-types-0.3.2 async-2.2.1_1 \
|
|
attoparsec-0.13.2.2 auto-update-0.1.4 base-compat-0.10.5 \
|
|
base-orphans-0.8 basement-0.0.10_1 blaze-builder-0.4.1.0 blaze-html-0.9.1.1 \
|
|
blaze-markup-0.8.2.2_1 bsb-http-chunked-0.0.0.4 byteable-0.1.1 byteorder-1.0.4 \
|
|
cabal-doctest-1.0.6_2 case-insensitive-1.2.0.11 cereal-0.5.8.0 \
|
|
clock-0.7.2 cmdargs-0.10.20 conduit-1.3.1 conduit-extra-1.3.0 \
|
|
connection-0.2.8 cookie-0.4.4 cryptonite-0.25 \
|
|
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 dlist-0.8.0.5 \
|
|
easy-file-0.2.2 erf-2.0.0.0 exceptions-0.10.0_2 extra-1.6.14 \
|
|
fast-logger-2.4.13 fmlist-0.9.2 foundation-0.0.23 \
|
|
generic-deriving-1.12.3 happy-1.19.9_3 hashable-1.2.7.0_1 \
|
|
haskell-src-exts-1.21.0 hourglass-0.2.12 hsc2hs-0.68.4_1 \
|
|
http-client-0.6.1 http-client-tls-0.3.5.3 http-conduit-2.3.5 \
|
|
http-date-0.0.8 http-types-0.12.2 http2-1.6.4 \
|
|
integer-logarithms-1.0.2.2 iproute-1.7.7 js-flot-0.8.3 \
|
|
js-jquery-3.3.1 memory-0.14.18 mime-types-0.1.0.9 mmap-0.5.9 \
|
|
mono-traversable-1.0.11.0 network-2.7.0.2_2 network-uri-2.6.1.0_1 \
|
|
network-byte-order-0.0.0.0 old-locale-1.0.0.7_2 old-time-1.1.0.3_2 \
|
|
pem-0.2.4 primitive-0.6.4.0_1 process-extras-0.7.4 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 socks-0.5.6 split-0.2.3.3_1 \
|
|
storable-record-0.0.4 storable-tuple-0.0.3.3 \
|
|
streaming-commons-0.2.1.0 syb-0.7 tar-0.5.1.0_1 tagged-0.8.6 \
|
|
tf-random-0.5 th-abstraction-0.2.10.0 time-locale-compat-0.1.1.5 \
|
|
tls-1.4.1 tls-session-manager-0.0.0.2 transformers-compat-0.6.2 \
|
|
typed-process-0.2.4.0 uniplate-1.6.12 unix-compat-0.5.1 \
|
|
unix-time-0.4.5 unliftio-core-0.1.2.0_1 \
|
|
unordered-containers-0.2.10.0 utf8-string-1.0.1.1_3 \
|
|
utility-ht-0.0.14 uuid-types-1.0.3 vault-0.3.1.2 \
|
|
vector-0.12.0.2 vector-algorithms-0.8.0.1 wai-3.2.2 \
|
|
wai-logger-2.3.4 warp-3.2.26 warp-tls-3.2.4.3 \
|
|
word8-0.1.3 x509-1.7.5 x509-store-1.6.7 x509-system-1.6.6 \
|
|
x509-validation-1.6.11 zlib-0.6.2
|
|
|
|
.include <bsd.port.mk>
|