aboutsummaryrefslogblamecommitdiff
path: root/devel/hs-hoogle/Makefile
blob: b7f6d15da9defa4aa3ddd2b7b7f3eaf099b51c26 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                   
           

                      
                      
                             
 
                                   

                                  
                          
 




                                                                               
 
                      
 
                                                 
                      
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$

PORTNAME=	hoogle
PORTVERSION=	5.0.12
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 tar text uniplate utf8-string vector wai wai-logger \
		warp warp-tls zlib

EXECUTABLE=	hoogle

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