1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/lang/hs-brainfuck/Makefile
Gleb Popov 9b79b0b5b2 In wrapper scripts, use $@ instead of $* to correctly pass arguments to the real program
PR:		238719
Approved by:	tcberner (mentor, implicit)
2019-06-20 16:03:10 +00:00

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>