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

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

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

LICENSE=    BSD3CLAUSE

USES=       pkgconfig
LIB_DEPENDS=    libpcre.so:devel/pcre

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