21 lines
426 B
Makefile
21 lines
426 B
Makefile
# New ports collection makefile for: hs-language-c-ghc
|
|
# Date created: March 2, 2009
|
|
# Whom: Gabor Pali <pgj@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= language-c
|
|
PORTVERSION= 0.3.2
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Analysis and generation of C code in Haskell
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
USE_ALEX= yes
|
|
USE_HAPPY= yes
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|