diff options
Diffstat (limited to 'math/hs-comonad/Makefile')
-rw-r--r-- | math/hs-comonad/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/math/hs-comonad/Makefile b/math/hs-comonad/Makefile new file mode 100644 index 00000000000..b900940f7fc --- /dev/null +++ b/math/hs-comonad/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2020/01/03 04:36:38 pho Exp $ + +DISTNAME= comonad-5.0.6 +CATEGORIES= math + +MAINTAINER= pho@cielonegro.org +COMMENT= Comonads, dual of Monads +LICENSE= 2-clause-bsd + +.include "../../mk/haskell.mk" +.include "../../devel/hs-tagged/buildlink3.mk" +.include "../../devel/hs-transformers-compat/buildlink3.mk" +.include "../../math/hs-semigroups/buildlink3.mk" +.include "../../math/hs-distributive/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |