1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/textproc/hs-lhs2tex/Makefile
Gleb Popov b299244952 lang/ghc: Update to 8.10.1.
As usual, along with the compiler, many Haskell packages are updated as well.
2020-08-16 07:56:18 +00:00

24 lines
399 B
Makefile

# Created by: mainland@apeiron.net
# $FreeBSD$
PORTNAME= lhs2tex
PORTVERSION= 1.24
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Preprocessor for typesetting Haskell sources with LaTeX
LICENSE= GPLv2
USES= cabal
USE_TEX= latex dvipsk
USE_CABAL= regex-base-0.94.0.0_1 \
regex-compat-0.95.2.0_1 \
regex-posix-0.96.0.0_1
EXECUTABLES= lhs2TeX
.include <bsd.port.mk>