aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-bytestring-mmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-bytestring-mmap/Makefile')
-rw-r--r--devel/hs-bytestring-mmap/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/hs-bytestring-mmap/Makefile b/devel/hs-bytestring-mmap/Makefile
new file mode 100644
index 000000000000..c23b2e740858
--- /dev/null
+++ b/devel/hs-bytestring-mmap/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTNAME= bytestring-mmap
+PORTVERSION= 0.2.2
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Mmap support for strict ByteStrings
+
+LICENSE= BSD3CLAUSE
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>