aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-regex-posix/Makefile
blob: fb8047237d2c043405f32d40bc118a6c285cee81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    hs-regex-posix
# Date created:     2010-08-10
# Whom:         haskell@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   regex-posix
PORTVERSION=    0.95.1
CATEGORIES= textproc haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    The posix regex backend for regex-base

LICENSE=    BSD

CABAL_SETUP=    Setup.hs
USE_CABAL=  regex-base>=0.93

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