summaryrefslogtreecommitdiff
path: root/textproc/hs-lhs2tex/Makefile
blob: 8d76a1ee8792235087993297ecfcabd98010bc80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: mainland@apeiron.net

PORTNAME=	lhs2tex
PORTVERSION=	1.24
PORTREVISION=	1
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>