freebsd-ports/lang/hs-brainfuck/Makefile
Gabor Pali f27ca4d0f1 - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused by
the iconv changes (basically GHCi was rendered unusable)
- Fix build for x11-toolkits/hs-wxc, while here
- Bump port revision for all Haskell Cabal ports as they have to be rebuilt

PR:		ports/184806
Reported by:	many
Obtained from:	FreeBSD Haskell
MFH:		2014Q1
2014-01-09 21:29:39 +00:00

20 lines
379 B
Makefile

# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$
PORTNAME= brainfuck
PORTVERSION= 0.1
PORTREVISION= 11
CATEGORIES= lang haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Brainfuck interpreter written in Haskell
LICENSE= GPLv2
USE_CABAL= mtl
EXECUTABLE= bf
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>