aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-project-template
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
commitf6f83c9efc2c46d2970746758e2c682bb8a518ec (patch)
tree290f2ea61305744bf0f477895c56b92acaeb361f /devel/hs-project-template
parentaf071cfdc1f8578bd1523b823e683074a3139a34 (diff)
Notes
Diffstat (limited to 'devel/hs-project-template')
-rw-r--r--devel/hs-project-template/Makefile19
-rw-r--r--devel/hs-project-template/distinfo2
-rw-r--r--devel/hs-project-template/pkg-descr3
3 files changed, 24 insertions, 0 deletions
diff --git a/devel/hs-project-template/Makefile b/devel/hs-project-template/Makefile
new file mode 100644
index 000000000000..ad596b06de39
--- /dev/null
+++ b/devel/hs-project-template/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= project-template
+PORTVERSION= 0.1.0.1
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Specify Haskell project templates and generate files
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+USE_CABAL= base64-bytestring classy-prelude-conduit>=0.4 conduit>=0.5.4 \
+ mtl>=2.0 system-fileio>=0.3 system-filepath>=0.4 text>=0.11 \
+ transformers>=0.2
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-project-template/distinfo b/devel/hs-project-template/distinfo
new file mode 100644
index 000000000000..1476eddae170
--- /dev/null
+++ b/devel/hs-project-template/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/project-template-0.1.0.1.tar.gz) = 43c41931b9428f6a69c030e91544ee6bb5a034063ca570a443df23621d6d152a
+SIZE (cabal/project-template-0.1.0.1.tar.gz) = 3689
diff --git a/devel/hs-project-template/pkg-descr b/devel/hs-project-template/pkg-descr
new file mode 100644
index 000000000000..6ed4883c94be
--- /dev/null
+++ b/devel/hs-project-template/pkg-descr
@@ -0,0 +1,3 @@
+Specify Haskell project templates and generate files.
+
+WWW: https://github.com/fpco/haskell-ide