blob: 6a3649377e0cd38c01c8aa7d9f9caac1283c0d9b (
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= 3
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>
|