freebsd-ports/devel/hs-hoogle/Makefile
Gabor Pali 433fe1d0f6 - Update to 4.2.8
- Un-break build on FreeBSD/amd64 9.0 and higher

Obtained from:	FreeBSD Haskell
2012-02-13 04:36:46 +00:00

26 lines
657 B
Makefile

# 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.8
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell API Search
LICENSE= GPLv2
CABAL_SETUP= Setup.hs
USE_CABAL= binary blaze-builder>=0.2 case-insensitive>=0.2 cmdargs>=0.7 \
enumerator>=0.4 haskell-src-exts>=1.9 http-types>=0.6 \
parsec>=2.1 safe tagsoup>=0.11 transformers>=0.2 uniplate>=1.6 \
wai>=0.4 warp>=0.4
EXECUTABLE= hoogle
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>