1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/devel/hs-darcs/Makefile
Gleb Popov 19c26acbf0 Upgrade lang/ghc to 8.8.3 and many Haskell ports along the way.
PR:		244784
Submitted by:	Evilham <contact@evilham.com> (some ports)
2020-05-04 18:08:10 +00:00

69 lines
1.4 KiB
Makefile

# Created by: Oliver Braun <obraun@FreeBSD.org>
# $FreeBSD$
PORTNAME= darcs
PORTVERSION= 2.14.4
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Distributed, interactive, smart revision control system
LICENSE= GPLv2+
LIB_DEPENDS= libcurl.so:ftp/curl
USES= cabal pkgconfig
USE_CABAL= HTTP-4000.3.14_1 \
async-2.2.2_1 \
attoparsec-0.13.2.4 \
base-compat-0.11.1 \
base16-bytestring-0.1.1.6 \
basement-0.0.11_2 \
byteable-0.1.1 \
colour-2.3.5 \
conduit-1.3.2 \
cryptohash-0.11.9 \
cryptonite-0.26 \
data-ordlist-0.4.7.0 \
digest-0.0.1.2 \
dlist-0.8.0.8 \
exceptions-0.10.4_1 \
fgl-5.7.0.2 \
graphviz-2999.20.0.4 \
hashable-1.3.0.0_1 \
hsc2hs-0.68.6 \
html-1.0.1.2 \
integer-logarithms-1.0.3_2 \
memory-0.15.0_1 \
mmap-0.5.9 \
mono-traversable-1.0.15.1 \
network-3.1.1.1 \
network-uri-2.6.3.0 \
old-locale-1.0.0.7_2 \
old-time-1.1.0.3_2 \
polyparse-1.13_1 \
primitive-0.7.0.1 \
random-1.1_1 \
regex-applicative-0.3.3.1 \
regex-base-0.94.0.0_1 \
regex-compat-tdfa-0.95.1.4 \
regex-tdfa-1.3.1.0_1 \
resourcet-1.2.4 \
sandi-0.5_1 \
scientific-0.3.6.2 \
split-0.2.3.4 \
tar-0.5.1.1_2 \
temporary-1.3 \
unix-compat-0.5.2_1 \
unliftio-core-0.2.0.1_1 \
unordered-containers-0.2.10.0_1 \
utf8-string-1.0.1.1_3 \
vector-0.12.1.2 \
vector-algorithms-0.8.0.3 \
wl-pprint-text-1.2.0.1 \
zip-archive-0.4.1_1 \
zlib-0.6.2.1_1
.include <bsd.port.mk>