f27ca4d0f1
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
20 lines
379 B
Makefile
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>
|