d14c324e94
Reported by: pkg-fallout
119 lines
2.6 KiB
Makefile
119 lines
2.6 KiB
Makefile
PORTNAME= darcs
|
|
PORTVERSION= 2.16.5
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Distributed, interactive, smart revision control system
|
|
WWW= http://darcs.net/
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
BUILD_DEPENDS= ghc-9.2.8:lang/ghc92
|
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
|
|
|
USES= cabal pkgconfig
|
|
|
|
USE_CABAL= OneTuple-0.3.1_3 \
|
|
QuickCheck-2.14.2 \
|
|
StateVar-1.2.2 \
|
|
aeson-2.1.1.0 \
|
|
appar-0.1.8 \
|
|
asn1-encoding-0.9.6_2 \
|
|
asn1-parse-0.9.5 \
|
|
asn1-types-0.3.4 \
|
|
assoc-1.0.2_3 \
|
|
async-2.2.4_2 \
|
|
attoparsec-0.14.4_2 \
|
|
base-compat-0.12.2 \
|
|
base-compat-batteries-0.12.2 \
|
|
base-orphans-0.8.7 \
|
|
base16-bytestring-1.0.2.0 \
|
|
base64-bytestring-1.2.1.0 \
|
|
basement-0.0.15 \
|
|
bifunctors-5.5.13 \
|
|
bitvec-1.1.3.0 \
|
|
blaze-builder-0.4.2.2_1 \
|
|
byteorder-1.0.4 \
|
|
case-insensitive-1.2.1.0 \
|
|
cereal-0.5.8.3 \
|
|
comonad-5.0.8_1 \
|
|
conduit-1.3.4.3_1 \
|
|
conduit-extra-1.3.6 \
|
|
connection-0.3.1_1 \
|
|
constraints-0.13.4 \
|
|
contravariant-1.5.5 \
|
|
cookie-0.4.5 \
|
|
cryptonite-0.30 \
|
|
data-default-class-0.1.2.0 \
|
|
data-fix-0.3.2_3 \
|
|
data-ordlist-0.4.7.0 \
|
|
digest-0.0.1.3 \
|
|
distributive-0.6.2.1_1 \
|
|
dlist-1.0 \
|
|
fgl-5.7.0.3_1 \
|
|
filtrable-0.1.6.0 \
|
|
generically-0.1 \
|
|
hashable-1.3.5.0_1 \
|
|
hourglass-0.2.12 \
|
|
hsc2hs-0.68.8_1 \
|
|
html-1.0.1.2 \
|
|
http-client-0.7.13.1 \
|
|
http-client-tls-0.3.6.1 \
|
|
http-conduit-2.3.8 \
|
|
http-types-0.12.3 \
|
|
indexed-traversable-0.1.2_2 \
|
|
indexed-traversable-instances-0.1.1.1 \
|
|
integer-logarithms-1.0.3.1_3 \
|
|
iproute-1.7.12 \
|
|
memory-0.18.0 \
|
|
mime-types-0.1.1.0 \
|
|
mmap-0.5.9 \
|
|
mono-traversable-1.0.15.3 \
|
|
network-3.1.2.7 \
|
|
network-uri-2.6.4.1 \
|
|
old-locale-1.0.0.7_2 \
|
|
old-time-1.1.0.3_2 \
|
|
pem-0.2.4 \
|
|
primitive-0.7.4.0 \
|
|
random-1.2.1.1 \
|
|
regex-applicative-0.3.4 \
|
|
regex-base-0.94.0.2_1 \
|
|
regex-tdfa-1.3.1.5 \
|
|
resourcet-1.3.0 \
|
|
scientific-0.3.7.0_3 \
|
|
semialign-1.2.0.1_3 \
|
|
semigroupoids-5.3.7 \
|
|
socks-0.6.1 \
|
|
split-0.2.3.5 \
|
|
splitmix-0.1.0.4_1 \
|
|
streaming-commons-0.2.2.5 \
|
|
strict-0.4.0.1_4 \
|
|
tagged-0.8.6.1_3 \
|
|
tar-0.5.1.1_5 \
|
|
temporary-1.3 \
|
|
text-short-0.1.5_1 \
|
|
th-abstraction-0.4.5.0 \
|
|
th-compat-0.1.4 \
|
|
these-1.1.1.1_6 \
|
|
time-compat-1.9.6.1_4 \
|
|
tls-1.6.0 \
|
|
transformers-compat-0.7.2 \
|
|
type-equality-1_4 \
|
|
typed-process-0.2.10.1 \
|
|
unix-compat-0.5.4_2 \
|
|
unliftio-core-0.2.0.1_2 \
|
|
unordered-containers-0.2.19.1_1 \
|
|
utf8-string-1.0.2 \
|
|
uuid-types-1.0.5_3 \
|
|
vector-0.12.3.1_2 \
|
|
vector-algorithms-0.9.0.1_1 \
|
|
witherable-0.4.2_3 \
|
|
x509-1.7.7 \
|
|
x509-store-1.6.9 \
|
|
x509-system-1.6.7 \
|
|
x509-validation-1.6.12 \
|
|
zip-archive-0.4.2.2 \
|
|
zlib-0.6.3.0
|
|
|
|
.include <bsd.port.mk>
|