aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-regex-applicative/Makefile
blob: a24ea567442e940ad6aa1ee520cc75e81637874b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

PORTNAME=	regex-applicative
PORTVERSION=	0.3.3
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Regex-based parsing with applicative interface

LICENSE=	MIT

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