aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-bytestring-nums
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2011-08-13 20:33:23 +0000
committerGabor Pali <pgj@FreeBSD.org>2011-08-13 20:33:23 +0000
commit52f3ff5d86e096241e6ed1380de2d1fe9c8174b1 (patch)
treecf0924674343f284da6913a9683085292e6f9d8a /devel/hs-bytestring-nums
parent6adc6d8381728e563bbdfa6fc6602b42474ac2b2 (diff)
downloadports-52f3ff5d86e096241e6ed1380de2d1fe9c8174b1.tar.gz
ports-52f3ff5d86e096241e6ed1380de2d1fe9c8174b1.zip
Notes
Diffstat (limited to 'devel/hs-bytestring-nums')
-rw-r--r--devel/hs-bytestring-nums/Makefile22
-rw-r--r--devel/hs-bytestring-nums/distinfo2
-rw-r--r--devel/hs-bytestring-nums/pkg-descr3
3 files changed, 27 insertions, 0 deletions
diff --git a/devel/hs-bytestring-nums/Makefile b/devel/hs-bytestring-nums/Makefile
new file mode 100644
index 000000000000..1332805c9ca3
--- /dev/null
+++ b/devel/hs-bytestring-nums/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: hs-bytestring-nums
+# Date created: September 19, 2010
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= bytestring-nums
+PORTVERSION= 0.3.3
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Parse numeric literals from ByteStrings
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+EXECUTABLE= spoj-eugene
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-bytestring-nums/distinfo b/devel/hs-bytestring-nums/distinfo
new file mode 100644
index 000000000000..f23907bffa33
--- /dev/null
+++ b/devel/hs-bytestring-nums/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/bytestring-nums-0.3.3.tar.gz) = cd754b44e5744a322202e9f103a4f1a7b65d97fef026cd4e9128715ca45fed25
+SIZE (cabal/bytestring-nums-0.3.3.tar.gz) = 3609
diff --git a/devel/hs-bytestring-nums/pkg-descr b/devel/hs-bytestring-nums/pkg-descr
new file mode 100644
index 000000000000..1927b0b43197
--- /dev/null
+++ b/devel/hs-bytestring-nums/pkg-descr
@@ -0,0 +1,3 @@
+Parse numeric literals from ByteStrings.
+
+WWW: http://github.com/solidsnack/bytestring-nums