aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-asn1-parse
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2014-08-10 22:34:50 +0000
committerGabor Pali <pgj@FreeBSD.org>2014-08-10 22:34:50 +0000
commitcc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch)
treea6a0dfa4f440949889fc7b609c83f74555f6894e /devel/hs-asn1-parse
parent5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff)
downloadports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.tar.gz
ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.zip
Notes
Diffstat (limited to 'devel/hs-asn1-parse')
-rw-r--r--devel/hs-asn1-parse/Makefile15
-rw-r--r--devel/hs-asn1-parse/distinfo2
-rw-r--r--devel/hs-asn1-parse/pkg-descr4
3 files changed, 21 insertions, 0 deletions
diff --git a/devel/hs-asn1-parse/Makefile b/devel/hs-asn1-parse/Makefile
new file mode 100644
index 000000000000..f64f6a36b0ff
--- /dev/null
+++ b/devel/hs-asn1-parse/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= asn1-parse
+PORTVERSION= 0.8.1
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Simple monadic parser for ASN1 stream types
+
+LICENSE= BSD3CLAUSE
+
+USE_CABAL= asn1-encoding>=0.8 asn1-types>=0.2 mtl text>=0.11
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-asn1-parse/distinfo b/devel/hs-asn1-parse/distinfo
new file mode 100644
index 000000000000..24f8b3b21687
--- /dev/null
+++ b/devel/hs-asn1-parse/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/asn1-parse-0.8.1.tar.gz) = 09567b3f06d428a194fe8132acf002f8dbfb8694a113dce14edd79a54a5d3508
+SIZE (cabal/asn1-parse-0.8.1.tar.gz) = 2724
diff --git a/devel/hs-asn1-parse/pkg-descr b/devel/hs-asn1-parse/pkg-descr
new file mode 100644
index 000000000000..25477062443d
--- /dev/null
+++ b/devel/hs-asn1-parse/pkg-descr
@@ -0,0 +1,4 @@
+Simple monadic parser for ASN1 stream types, when ASN1 pattern matching
+is not convenient.
+
+WWW: http://github.com/vincenthz/hs-asn1