1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/textproc/hs-lhs2tex/Makefile
Gleb Popov 19c26acbf0 Upgrade lang/ghc to 8.8.3 and many Haskell ports along the way.
PR:		244784
Submitted by:	Evilham <contact@evilham.com> (some ports)
2020-05-04 18:08:10 +00:00

22 lines
385 B
Makefile

# Created by: mainland@apeiron.net
# $FreeBSD$
PORTNAME= lhs2tex
PORTVERSION= 1.23
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 regex-compat-0.95.2.0 regex-posix-0.96.0.0
EXECUTABLES= lhs2TeX
.include <bsd.port.mk>