14 lines
371 B
Makefile
14 lines
371 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/02/26 03:57:48 pho Exp $
|
|
|
|
DISTNAME= assoc-1.0.2
|
|
PKGREVISION= 4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Symmetric and Semigroupy Bifunctors
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../math/hs-bifunctors/buildlink3.mk"
|
|
.include "../../devel/hs-tagged/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|