freebsd-ports/misc/hs-hascard/Makefile

71 lines
1.5 KiB
Makefile

# $FreeBSD$
PORTNAME= hascard
DISTVERSION= 0.3.0.1
CATEGORIES= misc haskell
MAINTAINER= yuri@FreeBSD.org
COMMENT= Minimal command line utility for reviewing notes
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cabal
USE_CABAL= \
MonadPrompt-1.0.0.5 \
MonadRandom-0.5.2 \
QuickCheck-2.14.1 \
StateVar-1.2 \
ansi-terminal-0.11 \
ansi-wl-pprint-0.6.9_2 \
blaze-builder-0.4.1.0 \
brick-0.55_1 \
case-insensitive-1.2.1.0 \
colour-2.3.5 \
config-ini-0.2.4.0_1 \
contravariant-1.5.2 \
data-clist-0.1.2.3_1 \
data-default-class-0.1.2.0 \
dlist-1.0 \
erf-2.0.0.0 \
exceptions-0.10.4_1 \
flexible-defaults-0.0.3 \
hashable-1.3.0.0_1 \
integer-logarithms-1.0.3_2 \
math-functions-0.3.4.1 \
megaparsec-8.0.0 \
mersenne-random-pure64-0.2.2.0_1 \
microlens-0.4.11.2 \
microlens-ghc-0.4.12 \
microlens-mtl-0.2.0.1 \
microlens-platform-0.4.1 \
microlens-th-0.4.3.5 \
monad-loops-0.4.3 \
mwc-random-0.14.0.0 \
optparse-applicative-0.15.1.0_1 \
ordered-containers-0.2.2 \
parallel-3.2.2.0_2 \
parser-combinators-1.2.1 \
primitive-0.7.1.0 \
random-1.2.0 \
random-fu-0.2.7.7 \
random-shuffle-0.0.4 \
random-source-0.3.0.11 \
rvar-0.2.0.6 \
scientific-0.3.6.2 \
splitmix-0.1.0.1 \
stateref-0.3 \
strict-0.3.2 \
syb-0.7.1 \
text-zipper-0.10.1 \
th-abstraction-0.3.2.0 \
th-extras-0.0.0.4 \
transformers-compat-0.6.5 \
unordered-containers-0.2.12.0 \
utf8-string-1.0.1.1_3 \
vector-0.12.1.2 \
vty-5.30 \
word-wrap-0.4.1_1
.include <bsd.port.mk>