freebsd-ports/textproc/hs-polyparse/Makefile

19 lines
405 B
Makefile
Raw Normal View History

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