12 lines
279 B
Makefile
12 lines
279 B
Makefile
# $NetBSD: Makefile,v 1.3 2022/01/18 02:48:25 pho Exp $
|
|
|
|
DISTNAME= commonmark-0.1.1.4
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Pure Haskell commonmark parser
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|