freebsd-ports/textproc/hs-polyparse/Makefile
Ashish SHUKLA 7a88beaf29 - Update textproc/hs-polyparse to 1.6
Obtained from:	FreeBSD Haskell
2011-07-10 16:48:18 +00:00

22 lines
462 B
Makefile

# New ports collection makefile for: hs-polyparse-ghc
# Date created: January 23, 2009
# Whom: Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= polyparse
PORTVERSION= 1.6
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Alternative parser combinator libraries for Haskell
LICENSE= LGPL21
FILE_LICENSE= COPYRIGHT
CABAL_SETUP= Setup.hs
USE_CABAL= text
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>