freebsd-ports/textproc/hs-parsec/Makefile
Gabor Pali d962eb56b4 - Update to 3.1.2
Obtained from:	FreeBSD Haskell
2012-06-03 22:33:29 +00:00

21 lines
396 B
Makefile

# New ports collection makefile for: hs-parsec-ghc
# Date created: 2010-05-14
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= parsec
PORTVERSION= 3.1.2
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Monadic parser combinators
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= mtl text>=0.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>