pkgsrc/devel/hs-parser-combinators/Makefile
pho f599d1efae Import parser-combinators-1.2.1
Lightweight package providing commonly useful parser combinators.
2020-01-19 14:41:55 +00:00

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"