blob: 4ff2f905816e35012ac435b2f770ea1e54b00350 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
|