18 lines
614 B
Makefile
18 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.2 2022/02/26 03:58:17 pho Exp $
|
|
|
|
DISTNAME= kan-extensions-5.2.3
|
|
PKGREVISION= 1
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Kan extensions/lifts, the Yoneda lemma, and (co)density (co)monads
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../math/hs-adjunctions/buildlink3.mk"
|
|
.include "../../math/hs-comonad/buildlink3.mk"
|
|
.include "../../math/hs-contravariant/buildlink3.mk"
|
|
.include "../../math/hs-distributive/buildlink3.mk"
|
|
.include "../../math/hs-free/buildlink3.mk"
|
|
.include "../../math/hs-invariant/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|