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

PORTNAME=   language-c
PORTVERSION=    0.3.2.1
PORTREVISION=   11
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

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