freebsd-ports/devel/hs-BNFC/Makefile
Ashish SHUKLA 0c76a8384f - Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.

We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.

We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.

PR:		ports/156642
Approved by:	tabthorpe (mentor)
Obtained from:	FreeBSD Haskell
2011-05-09 05:28:57 +00:00

25 lines
425 B
Makefile

# New ports collection makefile for: bnfc
# Date created: 2007-02-11
# Whom: Kai Wang <kaiw27@gmail.com>
#
# $FreeBSD$
#
PORTNAME= BNFC
PORTVERSION= 2.4.2.0
CATEGORIES= devel haskell
MAINTAINER= kaiw27@gmail.com
COMMENT= A Labelled BNF converter
LICENSE= GPLv2
FILE_LICENSE= COPYING
USE_CABAL= mtl
STANDALONE= yes
EXECUTABLE= bnfc
PORTDATA= *
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>