summaryrefslogtreecommitdiffstats
path: root/devel/hs-reflection/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-reflection/Makefile')
-rw-r--r--devel/hs-reflection/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/hs-reflection/Makefile b/devel/hs-reflection/Makefile
new file mode 100644
index 0000000..23abde9
--- /dev/null
+++ b/devel/hs-reflection/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= reflection
+PORTVERSION= 1.1.6
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Reifies arbitrary terms into types that can be reflected back into terms
+
+LICENSE= BSD
+
+USE_CABAL= tagged>=0.2.3
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud