aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-pcre-light/Makefile
blob: 10c0a3c5e1fa93841a255ffecf53550b8995685c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=   pcre-light
PORTVERSION=    0.4.0.3
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Small, efficient, and portable regex library for Perl 5 compatible

LICENSE=    BSD3CLAUSE

LIB_DEPENDS=    libpcre.so:${PORTSDIR}/devel/pcre

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