summaryrefslogtreecommitdiff
path: root/devel/hs-ipynb/Makefile
blob: 03381f2eec0d74acd1ff3b2d522dc80faafe7a0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.1 2020/01/16 13:52:56 pho Exp $

DISTNAME=	ipynb-0.1
CATEGORIES=	devel

MAINTAINER=	pho@cielonegro.org
COMMENT=	Data structure for working with Jupyter notebooks (ipynb)
LICENSE=	modified-bsd

.include "../../converters/hs-aeson/buildlink3.mk"
.include "../../converters/hs-base64-bytestring/buildlink3.mk"
.include "../../devel/hs-unordered-containers/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"