diff options
Diffstat (limited to 'math/hs-nats/Makefile')
-rw-r--r-- | math/hs-nats/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/hs-nats/Makefile b/math/hs-nats/Makefile new file mode 100644 index 00000000000..6a30dbd37cb --- /dev/null +++ b/math/hs-nats/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1 2014/05/28 22:01:27 szptvlfn Exp $ + +DISTNAME= nats-0.1.3 +CATEGORIES= math + +MAINTAINER= pho@cielonegro.org +COMMENT= Haskell 98 natural numbers +LICENSE= modified-bsd + +.include "../../mk/haskell.mk" +.include "../../mk/bsd.pkg.mk" |