freebsd-ports/textproc/hs-xhtml/Makefile
Ashish SHUKLA 11ce310795 - Fix lang/ghc to not install unusable haddock when NOPORTDOCS is set
- Fix lang/ghc/bsd.cabal.mk to depend on devel/hs-haddock for documentation
- Split textproc/hs-xhtml into a separate -docs port (required by haddock)
- Bump PORTREVISION of devel/hs-haskell-platform, depends on textproc/hs-xhtml

Obtained from:	FreeBSD Haskell
2011-05-25 18:57:25 +00:00

21 lines
414 B
Makefile

# New ports collection makefile for: hs-xhtml
# Date created: September 15, 2010
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= xhtml
PORTVERSION= 3000.2.0.1
PORTREVISION= 1
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= An XHTML combinator library
LICENSE= BSD
CABAL_SETUP= Setup.hs
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>