aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-regex-posix/Makefile
blob: 07d98e577526bacfdd379a455fad15b0b5bd22ef (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=	2
CATEGORIES=	textproc haskell

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

LICENSE=	BSD

USE_CABAL=	regex-base>=0.93

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