summaryrefslogtreecommitdiffstats
path: root/devel/hs-hoogle/Makefile
blob: ebc7180da00c04ab014abf38cd370df9b0800221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$

PORTNAME=	hoogle
PORTVERSION=	4.2.15
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Haskell API Search

LICENSE=	GPLv2
FILE_LICENSE=	docs/LICENSE

CABAL_SETUP=	Setup.hs

USE_CABAL=	blaze-builder>=0.2 case-insensitive>=0.2 cmdargs>=0.7 \
		conduit>=0.2 haskell-src-exts>=1.12 http-types>=0.7 \
		parsec>=2.1 random safe tagsoup>=0.11 transformers>=0.2 \
		uniplate wai>=1.1 warp>=1.1

EXECUTABLE=	hoogle

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
OpenPOWER on IntegriCloud