aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-uri-bytestring/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-uri-bytestring/Makefile')
-rw-r--r--textproc/hs-uri-bytestring/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/hs-uri-bytestring/Makefile b/textproc/hs-uri-bytestring/Makefile
new file mode 100644
index 000000000000..cf7a4638c367
--- /dev/null
+++ b/textproc/hs-uri-bytestring/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= uri-bytestring
+PORTVERSION= 0.2.3.3
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Haskell URI parsing as ByteStrings
+
+LICENSE= BSD3CLAUSE
+
+USE_CABAL= attoparsec blaze-builder th-lift th-lift-instances
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>