1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/devel/hs-mueval/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

24 lines
598 B
Makefile

# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$
PORTNAME= mueval
PORTVERSION= 0.9.3
PORTREVISION= 7
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Safely evaluate pure Haskell expressions
LICENSE= BSD3CLAUSE
USES= cabal
USE_CABAL= QuickCheck-2.12.6.1_1 erf-2.0.0.0 exceptions-0.10.0_2 \
extensible-exceptions-0.1.1.4 ghc-paths-0.1.0.9_4 hint-0.9.0 \
primitive-0.6.4.0_1 random-1.1_1 show-0.6 simple-reflect-0.3.3 \
syb-0.7 temporary-1.3 tf-random-0.5 transformers-compat-0.6.2
EXECUTABLES= mueval mueval-core
.include <bsd.port.mk>