aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-language-c/Makefile
blob: a5aebb39e706723df58d07c1a0f3a61efc25bf4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=   language-c
PORTVERSION=    0.3.2.1
PORTREVISION=   8
CATEGORIES= devel haskell

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

LICENSE=    BSD

USE_ALEX=   yes
USE_HAPPY=  yes
USE_CABAL=  syb

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