diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-08-14 11:16:31 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-08-14 11:16:31 +0000 |
commit | 8fe8aff5f7a420e0d73a02cf8c89ec6e3d09a47a (patch) | |
tree | 3108f8244e7596f1d3ade350e1002aa4bbf2a6ef /math/hs-semigroups | |
parent | 832d8a4fb3ef339c7a8f1bd6416b8cf70296a385 (diff) |
Notes
Diffstat (limited to 'math/hs-semigroups')
-rw-r--r-- | math/hs-semigroups/Makefile | 18 | ||||
-rw-r--r-- | math/hs-semigroups/distinfo | 2 | ||||
-rw-r--r-- | math/hs-semigroups/pkg-descr | 3 |
3 files changed, 23 insertions, 0 deletions
diff --git a/math/hs-semigroups/Makefile b/math/hs-semigroups/Makefile new file mode 100644 index 000000000000..c7e78bbd374d --- /dev/null +++ b/math/hs-semigroups/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: hs-semigroups +# Date created: July 13, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= semigroups +PORTVERSION= 0.7.1 +CATEGORIES= math haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Haskell 98 semigroups + +LICENSE= BSD + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/math/hs-semigroups/distinfo b/math/hs-semigroups/distinfo new file mode 100644 index 000000000000..bd1e1c45f73a --- /dev/null +++ b/math/hs-semigroups/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/semigroups-0.7.1.tar.gz) = 61baf21f0627fade2d61c8bab6fb8bc10f30bc16feca852bca42a214858903d1 +SIZE (cabal/semigroups-0.7.1.tar.gz) = 8522 diff --git a/math/hs-semigroups/pkg-descr b/math/hs-semigroups/pkg-descr new file mode 100644 index 000000000000..315762ea1bed --- /dev/null +++ b/math/hs-semigroups/pkg-descr @@ -0,0 +1,3 @@ +Haskell 98 semigroups. + +WWW: http://github.com/ekmett/semigroups/
\ No newline at end of file |