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

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

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

USE_CABAL=	mtl parsec regex-base>=0.93.1

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