freebsd-ports/devel/pure-gen/Makefile

22 lines
431 B
Makefile

# 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>