aboutsummaryrefslogtreecommitdiff
path: root/devel/pure-gen/Makefile
blob: 6b9bcf28cddcf5e74be2e43494a930b95d3506f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$

PORTNAME=	pure-gen
PORTVERSION=	0.15
CATEGORIES=	devel

MAINTAINER=	lichray@gmail.com
COMMENT=	A C interface generator for the Pure language

BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc \
		hs-language-c>=0.3.2:${PORTSDIR}/devel/hs-language-c

USE_PURE=	yes

MAN1=		pure-gen.1

CC= 		gcc

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