diff options
Diffstat (limited to 'math/hs-half/Makefile')
-rw-r--r-- | math/hs-half/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/hs-half/Makefile b/math/hs-half/Makefile new file mode 100644 index 000000000000..631df3c399bb --- /dev/null +++ b/math/hs-half/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= half +PORTVERSION= 0.2.2.3 +CATEGORIES= math haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Half-precision floating-point + +LICENSE= BSD3CLAUSE + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |