aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-haddock-api/Makefile
blob: 2ec7d93b2459972c9e2a76cdbf3ef529eab320ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=   haddock-api
PORTVERSION=    2.16.1
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Documentation-generation tool for Haskell libraries

LICENSE=    BSD3CLAUSE

USE_CABAL=  ghc-paths haddock-library>=1.2

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