aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-language-c/Makefile
blob: 421cce3d85e830b5ddabd88edc82e41205913b2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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.1
PORTREVISION=   4
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Analysis and generation of C code in Haskell

LICENSE=    BSD

CABAL_SETUP=    Setup.hs

USE_ALEX=   yes
USE_HAPPY=  yes
USE_CABAL=  syb

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>