aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-regex-tdfa/Makefile
blob: 69350b0c8250d73061eb4fb1ac52b12510d77501 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=   regex-tdfa
PORTVERSION=    1.1.8
CATEGORIES= textproc haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Replaces/Enhances Text.Regex

CABAL_SETUP=    Setup.hs

USE_CABAL=  mtl parsec regex-base>=0.93.1

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>