freebsd-ports/devel/hs-mueval/Makefile
Stefan Eßer e0e5d2d2d3 Add more WWW entries to Makefiles
Some ports have not been touched in the commit that added WWW lines to
the port Makefiles.

Approved by:	porttmgr (implicit)
2022-09-08 00:13:05 +02:00

27 lines
516 B
Makefile

PORTNAME= mueval
PORTVERSION= 0.9.3
PORTREVISION= 12
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Safely evaluate pure Haskell expressions
WWW= https://github.com/gwern/mueval
LICENSE= BSD3CLAUSE
USES= cabal
USE_CABAL= QuickCheck-2.14.2 \
extensible-exceptions-0.1.1.4 \
ghc-paths-0.1.0.12_3 \
hint-0.9.0.6 \
random-1.2.1.1 \
show-0.6 \
simple-reflect-0.3.3 \
splitmix-0.1.0.4 \
syb-0.7.2.1 \
temporary-1.3
CABAL_EXECUTABLES= mueval mueval-core
.include <bsd.port.mk>