86f2dbca13
upgrade, lang/ghc cabal package cache gets invalidated causing all dependent ports to be reinstalled. Obtained from: FreeBSD Haskell
28 lines
639 B
Makefile
28 lines
639 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.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>
|