aboutsummaryrefslogtreecommitdiffstats
path: root/lang/hs-brainfuck/Makefile
blob: 895bb169de3770cb2dc185ff91429ee54dfc8d36 (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
# New ports collection makefile for: hs-brainfuck
# Date created:        December 20 2009
# Whom:                Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   brainfuck
PORTVERSION=    0.1
PORTREVISION=   5
CATEGORIES= lang haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Brainfuck interpreter written in Haskell

LICENSE=    GPLv2

CABAL_SETUP=    Setup.hs
USE_CABAL=  mtl

EXECUTABLE= bf

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