aboutsummaryrefslogtreecommitdiff
path: root/www/hs-yesod-bin/Makefile
blob: 02cbbf6f23e26433fda2874468fc05c65686b029 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# $FreeBSD$

PORTNAME=	yesod-bin
PORTVERSION=	1.6.0.3
PORTREVISION=	5
CATEGORIES=	www haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Yesod helper executable

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

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 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 \
		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 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 colour-2.3.4 conduit-1.3.1 conduit-extra-1.3.0 \
		connection-0.2.8 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 \
		fsnotify-0.3.0.1_1 hsc2hs-0.68.4_1 hashable-1.2.7.0_1 \
		hourglass-0.2.12 http-client-0.6.1 http-client-tls-0.3.5.3 \
		http-date-0.0.8 http-reverse-proxy-0.6.0 http-types-0.12.2 \
		http2-1.6.4 integer-logarithms-1.0.2.2 iproute-1.7.7 \
		libyaml-0.1.1.0 memory-0.14.18_1 mime-types-0.1.0.9 \
		mono-traversable-1.0.11.0 network-2.7.0.2_2 network-byte-order-0.0.0.0 \
		network-uri-2.6.1.0_1 old-locale-1.0.0.7_2 old-time-1.1.0.3_2 \
		optparse-applicative-0.14.3.0 pem-0.2.4 primitive-0.6.4.0_1 \
		project-template-0.2.0.1 psqueues-0.2.7.1 random-1.1_1 \
		resourcet-1.2.2 say-0.1.0.1 scientific-0.3.6.2 semigroups-0.18.5 \
		shakespeare-2.0.20 simple-sendfile-0.2.28 socks-0.5.6_1 \
		split-0.2.3.3_1 streaming-commons-0.2.1.0 tar-0.5.1.0_1 tagged-0.8.6 \
		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 unix-compat-0.5.1 unix-time-0.4.5 \
		unliftio-0.2.10 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 vector-algorithms-0.8.0.1 void-0.7.2 wai-3.2.2 \
		wai-extra-3.0.25 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 yaml-0.11.0.0 zlib-0.6.2

EXECUTABLES=	yesod

.include <bsd.port.mk>