forked from Lainports/opnsense-ports
16 lines
331 B
Makefile
16 lines
331 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= haddock-api
|
|
PORTVERSION= 2.19.0.1
|
|
PORTREVISION= 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>
|