mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
9b79b0b5b2
PR: 238719 Approved by: tcberner (mentor, implicit)
19 lines
298 B
Makefile
19 lines
298 B
Makefile
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= brainfuck
|
|
PORTVERSION= 0.1.0.3
|
|
PORTREVISION= 7
|
|
CATEGORIES= lang haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Brainfuck interpreter
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cabal
|
|
|
|
EXECUTABLES= bf
|
|
|
|
.include <bsd.port.mk>
|