diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-02-05 22:26:31 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-02-05 22:26:31 +0000 |
commit | c731105b7f8e403a3db33599a7d7f1ce9257f375 (patch) | |
tree | 23d3f49a5183d8fbc5324dad9a1ae399f457b1d7 /math/hs-nats | |
parent | 32ca3ee61e3889801319024959589312eb652bfa (diff) | |
download | ports-c731105b7f8e403a3db33599a7d7f1ce9257f375.tar.gz ports-c731105b7f8e403a3db33599a7d7f1ce9257f375.zip |
Notes
Diffstat (limited to 'math/hs-nats')
-rw-r--r-- | math/hs-nats/Makefile | 13 | ||||
-rw-r--r-- | math/hs-nats/distinfo | 2 | ||||
-rw-r--r-- | math/hs-nats/pkg-descr | 3 |
3 files changed, 18 insertions, 0 deletions
diff --git a/math/hs-nats/Makefile b/math/hs-nats/Makefile new file mode 100644 index 000000000000..81b7f08d7e63 --- /dev/null +++ b/math/hs-nats/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= nats +PORTVERSION= 0.1 +CATEGORIES= math haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Haskell 98 natural numbers + +LICENSE= BSD + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/math/hs-nats/distinfo b/math/hs-nats/distinfo new file mode 100644 index 000000000000..858b141455d4 --- /dev/null +++ b/math/hs-nats/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/nats-0.1.tar.gz) = 7e87fa4ac81bc35a3f1dafca011c19b95f869ddd15e30a5348e0685ea53cf021 +SIZE (cabal/nats-0.1.tar.gz) = 3734 diff --git a/math/hs-nats/pkg-descr b/math/hs-nats/pkg-descr new file mode 100644 index 000000000000..0fb820219cf3 --- /dev/null +++ b/math/hs-nats/pkg-descr @@ -0,0 +1,3 @@ +Haskell 98 natural numbers. + +WWW: http://github.com/ekmett/nats/ |