1# Created by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
2
3PORTNAME=	haddock
4PORTVERSION=	2.24.0
5CATEGORIES=	devel haskell
6
7MAINTAINER=	ports@MidnightBSD.org
8COMMENT=	Documentation-generation tool for Haskell libraries
9
10LICENSE=	bsd3
11
12BROKEN=		Doesn't build with current GHC
13
14USES=		cabal
15
16USE_CABAL=	ghc-paths-0.1.0.12_1 \
17		haddock-api-2.24.0 \
18		haddock-library-1.9.0
19
20haddock_DATADIR_VARS=	haddock-api
21
22post-install:
23	cd ${WRKSRC}/haddock-api-${PORTVERSION}/resources/ && ${COPYTREE_SHARE} \* ${DATADIR}
24
25.include <bsd.port.mk>
26