aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-haddock-docs/Makefile
blob: 8230c4575c450b8f8e308806b07e7e3a9781abce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for: hs-haddock-docs
# Date created:        February 22 2008
# Whom:                Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   haddock
PORTVERSION=    2.9.2
PORTREVISION=   3
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Documentation for Haddock

LICENSE=    BSD

USE_AUTOTOOLS=  autoconf:env
USE_CABAL=  xhtml>=3000.2 ghc-paths
USE_ALEX=   true
USE_HAPPY=  true

DOCUMENTATION=  yes
XMLDOCS=    doc/haddock:users_guide
SHOW_PKGMSG=    yes

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