Define recursive traversals in two parts, non-recursive wrapper and recursive local helper to facilitate inlining and avoid passing the same argument to all recursive calls
11 lines
262 B
Makefile
11 lines
262 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/01/01 03:13:39 pho Exp $
|
|
|
|
DISTNAME= syb-0.7.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Haskell "Scrap Your Boilerplate" Library
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|