aboutsummaryrefslogtreecommitdiff
path: root/math/hs-data-lens-template/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/hs-data-lens-template/Makefile')
-rw-r--r--math/hs-data-lens-template/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/hs-data-lens-template/Makefile b/math/hs-data-lens-template/Makefile
new file mode 100644
index 000000000000..751b8c70e9b7
--- /dev/null
+++ b/math/hs-data-lens-template/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-data-lens-template
+# Date created: November 19, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= data-lens-template
+PORTVERSION= 2.1.3
+CATEGORIES= math haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Utilities for Data.Lens
+
+LICENSE= BSD
+
+USE_CABAL= data-lens>=2.0
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>