14 lines
368 B
Makefile
14 lines
368 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/01/22 00:22:29 pho Exp $
|
|
|
|
DISTNAME= pretty-show-1.9.5
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Tools for working with derived Show instances
|
|
LICENSE= mit
|
|
|
|
BUILD_DEPENDS+= happy-[0-9]*:../../devel/happy
|
|
|
|
.include "../../devel/hs-haskell-lexer/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|