diff options
author | pgj <pgj@FreeBSD.org> | 2011-08-14 19:22:22 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-08-14 19:22:22 +0800 |
commit | 2891d9ae8781b36389e42053a04dc3ad94c110f4 (patch) | |
tree | 62f1949dae875906a1d695072f4db56efc09ff68 /math/hs-categories | |
parent | efecc7e493b977ae5ace371d53cdf272f42ca69e (diff) | |
download | freebsd-ports-gnome-2891d9ae8781b36389e42053a04dc3ad94c110f4.tar.gz freebsd-ports-gnome-2891d9ae8781b36389e42053a04dc3ad94c110f4.tar.zst freebsd-ports-gnome-2891d9ae8781b36389e42053a04dc3ad94c110f4.zip |
Categories from category-extras.
WWW: http://comonad.com/reader/
Obtained from: FreeBSD Haskell
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 |