# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD: tags/RELEASE_11_0_0/textproc/hs-texmath/Makefile 394918 2015-08-20 23:02:14Z pgj $

PORTNAME=	texmath
PORTVERSION=	0.8.3
CATEGORIES=	textproc haskell

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

LICENSE=	GPLv2

USE_CABAL=	aeson mtl network>=2.6 network-uri>=2.6 \
		pandoc-types>=1.12.3.3 parsec>=3 syb text xml

FLAGS_ENABLE=	network-uri
FLAGS_DISABLE=	executable

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