aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hoogle/Makefile
blob: 5e4ea4d684d99be9145d0435a7e30e430b7dfd0a (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
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$

PORTNAME=	hoogle
PORTVERSION=	5.0.17.3
PORTREVISION=	1
CATEGORIES=	devel haskell

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

LICENSE=	BSD3CLAUSE

USE_CABAL=	aeson cmdargs conduit conduit-extra connection extra \
		haskell-src-exts http-conduit http-types js-flot js-jquery \
		mmap network network-uri old-locale process-extras QuickCheck \
		resourcet storable-tuple tar uniplate utf8-string vector wai \
		wai-logger warp warp-tls zlib

EXECUTABLE=	hoogle

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