freebsd-ports/lang/hs-brainfuck/Makefile
Gabor Pali ec29a59ec3 Introduce a new (and hopefully better) ports infrastructure for Haskell Cabal
ports which makes possible the direct translation of Cabal package
descriptions to FreeBSD ports.  It promises both easier addition and
maintenance for Cabal-based ports.
2010-05-12 16:33:59 +00:00

21 lines
455 B
Makefile

# 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= 1
CATEGORIES= lang haskell
MAINTAINER= jacula@gmail.com
COMMENT= Brainfuck interpreter written in Haskell
CABAL_SETUP= Setup.hs
EXECUTABLE= bf
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>