opnsense-ports/textproc/hs-texmath/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

20 lines
491 B
Makefile

# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$
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>