diff options
Diffstat (limited to 'math/hs-categories/Makefile')
-rw-r--r-- | math/hs-categories/Makefile | 21 |
1 files changed, 21 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> |