3c2f7c1724
Obtained from: FreeBSD Haskell
22 lines
413 B
Makefile
22 lines
413 B
Makefile
# New ports collection makefile for: hs-xhtml-docs
|
|
# Date created: May 22, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xhtml
|
|
PORTVERSION= 3000.2.0.4
|
|
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>
|