f599d1efae
Lightweight package providing commonly useful parser combinators.
11 lines
271 B
Makefile
11 lines
271 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/19 14:41:55 pho Exp $
|
|
|
|
DISTNAME= parser-combinators-1.2.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Commonly useful parser combinators
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|