aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-c2hs/Makefile
blob: a8fac7d1231403ae7004a3260b36da2bcce155fd (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
26
27
# Created by: Oliver Braun <obraun@FreeBSD.org>
# $FreeBSD$

PORTNAME=   c2hs
PORTVERSION=    0.16.4
PORTREVISION=   1
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    C->Haskell tool that gives some cross-language type safety

LICENSE=    GPLv2
FILE_LICENSE=   COPYING

CABAL_SETUP=    Setup.hs
USE_CABAL=  language-c>=0.3.1.1

XMLDOCS=    doc/users_guide:html

STANDALONE= yes
EXECUTABLE= c2hs

MAN1=       c2hs.1
MAN1SRC=    doc/man1

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