freebsd-ports/textproc/hs-texmath/Makefile
Gabor Pali ea599db9cd - Update pandoc to 1.13.2
- Update texmath to 0.8.0.1
- Update highlighting-kate to 0.5.11.1
- Bump port revision for dependents

Obtained from:	FreeBSD Haskell
2015-01-26 02:43:09 +00:00

18 lines
442 B
Makefile

# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$
PORTNAME= texmath
PORTVERSION= 0.8.0.1
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Conversion between formats used to represent mathematics
LICENSE= GPLv2
USE_CABAL= mtl network pandoc-types>=1.12.3.3 parsec>=3 syb xml
FLAGS_DISABLE= executable network-uri
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>