aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-simple-reflect/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-simple-reflect/Makefile')
-rw-r--r--devel/hs-simple-reflect/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/hs-simple-reflect/Makefile b/devel/hs-simple-reflect/Makefile
new file mode 100644
index 000000000000..eca8af8e52eb
--- /dev/null
+++ b/devel/hs-simple-reflect/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= simple-reflect
+PORTVERSION= 0.2
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Simple reflection of expressions containing variables
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>