14 lines
429 B
Makefile
14 lines
429 B
Makefile
# $NetBSD: Makefile,v 1.5 2022/02/26 03:58:04 pho Exp $
|
|
|
|
DISTNAME= pretty-simple-4.0.0.0
|
|
PKGREVISION= 4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Pretty printer for data types with a 'Show' instance
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../textproc/hs-prettyprinter/buildlink3.mk"
|
|
.include "../../textproc/hs-prettyprinter-ansi-terminal/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|