# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD: tags/RELEASE_10_1_0/textproc/hs-texmath/Makefile 367888 2014-09-10 20:50:31Z gerald $

PORTNAME=	texmath
PORTVERSION=	0.8
PORTREVISION=	1
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Conversion between formats used to represent mathematics

LICENSE=	GPLv2

USE_CABAL=	mtl pandoc-types>=1.12.3.3 parsec>=3 syb xml

FLAGS_DISABLE=	executable

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