Some ports have not been touched in the commit that added WWW lines to the port Makefiles. Approved by: porttmgr (implicit)
27 lines
516 B
Makefile
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>
|