aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-pcre-light/Makefile
blob: b79cf9bc5fefef04451a5750fd4763299537b338 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    pcre-light
# Date created:             December 16, 2008
# Whom:                 Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   pcre-light
PORTVERSION=    0.3.1.1
CATEGORIES= devel haskell
PKGNAMESUFFIX=  -ghc

MAINTAINER= haskell@FreeBSD.org
COMMENT=    A lightweight Haskell regex library compatible with Perl 5

LIB_DEPENDS=    pcre:${PORTSDIR}/devel/pcre

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