2011-05-25 20:45:54 +02:00
|
|
|
# New ports collection makefile for: hs-xhtml-docs
|
|
|
|
# Date created: May 22, 2011
|
|
|
|
# Whom: haskell@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xhtml
|
2012-02-13 06:43:30 +01:00
|
|
|
PORTVERSION= 3000.2.0.4
|
2011-05-25 20:45:54 +02:00
|
|
|
CATEGORIES= textproc haskell
|
|
|
|
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
|
|
COMMENT= Documentation for xhtml
|
|
|
|
|
|
|
|
LICENSE= BSD
|
|
|
|
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
|
|
|
|
DOCUMENTATION= yes
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
|
|
.include <bsd.port.mk>
|