46e9ab0ca5
Please note that port revision for all the Haskell ports without version changes are also bumped. Other per-port updates are coming soon (in separate commits)! In addition to that, separate -docs ports are no longer needed so they are now removed. Thanks ashish@ for the assistance. Obtained from: FreeBSD Haskell
27 lines
445 B
Makefile
27 lines
445 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
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= kaiw27@gmail.com
|
|
COMMENT= A Labelled BNF converter
|
|
|
|
LICENSE= GPLv2
|
|
FILE_LICENSE= COPYING
|
|
|
|
USE_CABAL= mtl
|
|
|
|
STANDALONE= yes
|
|
EXECUTABLE= bnfc
|
|
|
|
HASKELL98= yes
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|