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

PORTNAME=   regex-posix
PORTVERSION=    0.95.2
PORTREVISION=   1
CATEGORIES= textproc haskell

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

LICENSE=    BSD

CABAL_SETUP=    Setup.hs
USE_CABAL=  regex-base>=0.93

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