aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-uri-bytestring-aeson/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-uri-bytestring-aeson/Makefile')
-rw-r--r--textproc/hs-uri-bytestring-aeson/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/hs-uri-bytestring-aeson/Makefile b/textproc/hs-uri-bytestring-aeson/Makefile
new file mode 100644
index 000000000000..ce3c41b1e6de
--- /dev/null
+++ b/textproc/hs-uri-bytestring-aeson/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= uri-bytestring-aeson
+PORTVERSION= 0.1.0.1
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= The uri-bytestring-aeson package
+
+LICENSE= BSD3CLAUSE
+
+USE_CABAL= aeson text uri-bytestring
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>