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

PORTNAME=   regex-compat
PORTVERSION=    0.95.1
PORTREVISION=   15
CATEGORIES= textproc haskell

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

LICENSE=    BSD3CLAUSE

USE_CABAL=  regex-base>=0.93 regex-posix>=0.95.1

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