pkgsrc/textproc/hs-commonmark/Makefile

13 lines
279 B
Makefile
Raw Normal View History

2022-01-18 03:48:01 +01:00
# $NetBSD: Makefile,v 1.3 2022/01/18 02:48:25 pho Exp $
2021-04-24 21:32:45 +02:00
DISTNAME= commonmark-0.1.1.4
2022-01-18 03:48:01 +01:00
PKGREVISION= 2
2021-04-24 21:32:45 +02:00
CATEGORIES= textproc
MAINTAINER= pho@cielonegro.org
COMMENT= Pure Haskell commonmark parser
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"