diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 02:31:13 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 02:31:13 +0000 |
commit | 7a938b802cc79b78464e84e3444111391237263a (patch) | |
tree | ef783dc4bc66117ffe1fcd03619d1b4cd71d7dda /math/hs-NumInstances/Makefile | |
parent | 111c9a36b52f236c95d0252903fbe5817199732d (diff) | |
download | ports-7a938b802cc79b78464e84e3444111391237263a.tar.gz ports-7a938b802cc79b78464e84e3444111391237263a.zip |
Notes
Diffstat (limited to 'math/hs-NumInstances/Makefile')
-rw-r--r-- | math/hs-NumInstances/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/hs-NumInstances/Makefile b/math/hs-NumInstances/Makefile new file mode 100644 index 000000000000..e0086e27c196 --- /dev/null +++ b/math/hs-NumInstances/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: hs-NumInstances +# Date created: September 24, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= NumInstances +PORTVERSION= 1.0 +CATEGORIES= math haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Instances of numeric classes for functions and tuples + +LICENSE= BSD + +CABAL_SETUP= Setup.hs + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |