aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-cabal-install
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-cabal-install')
-rw-r--r--devel/hs-cabal-install/Makefile24
-rw-r--r--devel/hs-cabal-install/distinfo2
-rw-r--r--devel/hs-cabal-install/pkg-descr5
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/hs-cabal-install/Makefile b/devel/hs-cabal-install/Makefile
new file mode 100644
index 000000000000..75877182861b
--- /dev/null
+++ b/devel/hs-cabal-install/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: hs-cabal-install
+# Date created: 2010-08-17
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= cabal-install
+PORTVERSION= 0.10.2
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= The command-line interface for Cabal and Hackage
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+USE_CABAL= network>=1 HTTP>=4000.0.2 zlib>=0.4
+
+STANDALONE= yes
+EXECUTABLE= cabal
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-cabal-install/distinfo b/devel/hs-cabal-install/distinfo
new file mode 100644
index 000000000000..a0de39e02e5f
--- /dev/null
+++ b/devel/hs-cabal-install/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/cabal-install-0.10.2.tar.gz) = 6357c8b984d193a30bb2a05e03dbd551650a0ddea17f7d1033e6564f5b7ff515
+SIZE (cabal/cabal-install-0.10.2.tar.gz) = 150699
diff --git a/devel/hs-cabal-install/pkg-descr b/devel/hs-cabal-install/pkg-descr
new file mode 100644
index 000000000000..fa7ddc29711f
--- /dev/null
+++ b/devel/hs-cabal-install/pkg-descr
@@ -0,0 +1,5 @@
+The 'cabal' command-line program simplifies the process of managing Haskell
+software by automating the fetching, configuration, compilation and
+installation of Haskell libraries and programs.
+
+WWW: http://www.haskell.org/cabal/