aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-polyparse/Makefile
blob: 7b534590afd607c7d410088714be70fa0abe1bdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    hs-polyparse-ghc
# Date created:             January 23, 2009
# Whom:                 Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   polyparse
PORTVERSION=    1.8
PORTREVISION=   1
CATEGORIES= textproc haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    A variety of alternative parser combinator libraries

LICENSE=    LGPL21
FILE_LICENSE=   COPYRIGHT

CABAL_SETUP=    Setup.hs

USE_CABAL=  text

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