diff options
Diffstat (limited to 'math/hs-nats/Makefile')
-rw-r--r-- | math/hs-nats/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/hs-nats/Makefile b/math/hs-nats/Makefile new file mode 100644 index 000000000000..81b7f08d7e63 --- /dev/null +++ b/math/hs-nats/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= nats +PORTVERSION= 0.1 +CATEGORIES= math haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Haskell 98 natural numbers + +LICENSE= BSD + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |