summaryrefslogtreecommitdiff
path: root/textproc/hs-regex-pcre-builtin/Makefile
blob: 0316aa7993ec49f5f60bd508e4a3b3e6fc0adb2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	regex-pcre-builtin
PORTVERSION=	0.94.4.8.8.35
PORTREVISION=	6
CATEGORIES=	textproc haskell

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

LICENSE=	BSD3CLAUSE

USE_CABAL=	regex-base>=0.93

LIB_DEPENDS=	libpcre.so:devel/pcre

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