aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-regex-tdfa/Makefile
blob: 2153391f7a525f2c6a7d29ce9770301eded8fce3 (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
PORTREVISION=   1
CATEGORIES= textproc haskell

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

USE_CABAL=  mtl parsec regex-base>=0.93.1

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