diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-08-14 11:22:22 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-08-14 11:22:22 +0000 |
commit | c096badde5b0827e989bf9320984a7eb926fbd7c (patch) | |
tree | d72efe129202b45f04760453263ada4da379a751 /math/hs-categories | |
parent | 0f2ca91627f548e5e051c107038f2fbad13ba942 (diff) | |
download | ports-c096badde5b0827e989bf9320984a7eb926fbd7c.tar.gz ports-c096badde5b0827e989bf9320984a7eb926fbd7c.zip |
Notes
Diffstat (limited to 'math/hs-categories')
-rw-r--r-- | math/hs-categories/Makefile | 21 | ||||
-rw-r--r-- | math/hs-categories/distinfo | 2 | ||||
-rw-r--r-- | math/hs-categories/pkg-descr | 3 |
3 files changed, 26 insertions, 0 deletions
diff --git a/math/hs-categories/Makefile b/math/hs-categories/Makefile new file mode 100644 index 000000000000..3344e11a3c6f --- /dev/null +++ b/math/hs-categories/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: hs-categories +# Date created: July 16, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= categories +PORTVERSION= 0.58.0.5 +CATEGORIES= math haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Categories from category-extras + +LICENSE= BSD + +CABAL_SETUP= Setup.hs +USE_CABAL= void>=0.5.4.2 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/math/hs-categories/distinfo b/math/hs-categories/distinfo new file mode 100644 index 000000000000..66614ad5be2e --- /dev/null +++ b/math/hs-categories/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/categories-0.58.0.5.tar.gz) = 2341d54fcc5a6b0b531b25561e335a9399a5976619b0ee068861fe768fedfbfa +SIZE (cabal/categories-0.58.0.5.tar.gz) = 8568 diff --git a/math/hs-categories/pkg-descr b/math/hs-categories/pkg-descr new file mode 100644 index 000000000000..942e493e1925 --- /dev/null +++ b/math/hs-categories/pkg-descr @@ -0,0 +1,3 @@ +Categories from category-extras. + +WWW: http://comonad.com/reader/
\ No newline at end of file |