aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-psqueues/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-psqueues/Makefile')
-rw-r--r--devel/hs-psqueues/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/hs-psqueues/Makefile b/devel/hs-psqueues/Makefile
new file mode 100644
index 000000000000..96030e716417
--- /dev/null
+++ b/devel/hs-psqueues/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= psqueues
+PORTVERSION= 0.2.3.0
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Provides Priority Search Queues
+
+LICENSE= BSD3CLAUSE
+
+USE_CABAL= hashable
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>