diff options
Diffstat (limited to 'devel/hs-largeword')
-rw-r--r-- | devel/hs-largeword/Makefile | 20 | ||||
-rw-r--r-- | devel/hs-largeword/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-largeword/pkg-descr | 4 |
3 files changed, 26 insertions, 0 deletions
diff --git a/devel/hs-largeword/Makefile b/devel/hs-largeword/Makefile new file mode 100644 index 000000000000..7b775934f8fd --- /dev/null +++ b/devel/hs-largeword/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: hs-largeword +# Date created: July 13, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= largeword +PORTVERSION= 1.0.1 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Provides a way of producing other large words + +LICENSE= BSD + +CABAL_SETUP= Setup.hs + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/devel/hs-largeword/distinfo b/devel/hs-largeword/distinfo new file mode 100644 index 000000000000..c67cc0ff213c --- /dev/null +++ b/devel/hs-largeword/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/largeword-1.0.1.tar.gz) = d93f9150c7d01531442c0362b07f5c38420da90f8698299a1a577120c464734e +SIZE (cabal/largeword-1.0.1.tar.gz) = 1839 diff --git a/devel/hs-largeword/pkg-descr b/devel/hs-largeword/pkg-descr new file mode 100644 index 000000000000..7951c5902fb4 --- /dev/null +++ b/devel/hs-largeword/pkg-descr @@ -0,0 +1,4 @@ +Provides Word128, Word192 and Word256 and a way of producing other large +words if required. + +WWW: http://trac.haskell.org/largeword/wiki |