summaryrefslogtreecommitdiff
path: root/math/hs-invariant/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/hs-invariant/Makefile')
-rw-r--r--math/hs-invariant/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/hs-invariant/Makefile b/math/hs-invariant/Makefile
new file mode 100644
index 00000000000..1dae295b821
--- /dev/null
+++ b/math/hs-invariant/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2022/02/16 09:58:34 pho Exp $
+
+DISTNAME= invariant-0.5.5
+CATEGORIES= math
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Haskell98 invariant functors
+LICENSE= 2-clause-bsd
+
+.include "../../math/hs-bifunctors/buildlink3.mk"
+.include "../../math/hs-comonad/buildlink3.mk"
+.include "../../math/hs-contravariant/buildlink3.mk"
+.include "../../math/hs-profunctors/buildlink3.mk"
+.include "../../devel/hs-StateVar/buildlink3.mk"
+.include "../../devel/hs-tagged/buildlink3.mk"
+.include "../../devel/hs-th-abstraction/buildlink3.mk"
+.include "../../devel/hs-transformers-compat/buildlink3.mk"
+.include "../../devel/hs-unordered-containers/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"