2009-01-24 00:53:56 +01:00
|
|
|
# New ports collection makefile for: hs-polyparse-ghc
|
|
|
|
# Date created: January 23, 2009
|
|
|
|
# Whom: Gabor Pali <pgj@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= polyparse
|
2009-12-30 14:37:22 +01:00
|
|
|
PORTVERSION= 1.4
|
2009-01-24 00:53:56 +01:00
|
|
|
CATEGORIES= textproc haskell
|
|
|
|
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
|
|
COMMENT= Alternative parser combinator libraries for Haskell
|
|
|
|
|
2010-05-12 18:33:59 +02:00
|
|
|
CABAL_SETUP= Setup.hs
|
2009-01-24 00:53:56 +01:00
|
|
|
|
2010-05-12 18:33:59 +02:00
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
2009-01-24 00:53:56 +01:00
|
|
|
.include <bsd.port.mk>
|