freebsd-ports/textproc/hs-lhs2tex/Makefile
2022-08-09 12:16:31 +03:00

21 lines
369 B
Makefile

PORTNAME= lhs2tex
PORTVERSION= 1.24
PORTREVISION= 2
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.2 \
regex-compat-0.95.2.1_1 \
regex-posix-0.96.0.1
CABAL_EXECUTABLES= lhs2TeX
.include <bsd.port.mk>