summaryrefslogtreecommitdiff
path: root/devel/hs-hoogle/Makefile
blob: c9facf31e2517e31f4625efae73476e42ea4d81a (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
# New ports collection makefile for: hs-hoogle
# Date created:        December 20 2009
# Whom:                Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#

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

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

LICENSE=	GPLv2

CABAL_SETUP=	Setup.hs
USE_CABAL=	binary blaze-builder>=0.2 cmdargs>=0.6 enumerator>=0.4 \
		haskell-src-exts>=1.9 parsec safe tagsoup>=0.11 \
		transformers>=0.2 uniplate>=1.6 wai>=0.3 warp>=0.3

EXECUTABLE=	hoogle

PORTDATA=	*

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