1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/lang/hs-unlambda/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

17 lines
279 B
Makefile

# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$
PORTNAME= unlambda
PORTVERSION= 0.1.4.2
PORTREVISION= 7
CATEGORIES= lang haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Unlambda interpreter
LICENSE= GPLv2
USES= cabal
.include <bsd.port.mk>