mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
1a75cb1d44
- Update HACKAGE_SITE to follow changes in upstream - MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports - Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of ${DO_NADA}, some refactoring Obtained from: FreeBSD Haskell
23 lines
548 B
Makefile
23 lines
548 B
Makefile
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hoogle
|
|
PORTVERSION= 4.2.16
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Haskell API Search
|
|
|
|
LICENSE= BSD
|
|
|
|
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>=1.6 wai>=1.1 warp>=1.1
|
|
|
|
EXECUTABLE= hoogle
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|