12 lines
320 B
Makefile
12 lines
320 B
Makefile
# $NetBSD: Makefile,v 1.12 2021/02/18 15:07:26 mef Exp $
|
|
|
|
DISTNAME= polyparse-1.13
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= szptvlfn@NetBSD.org
|
|
COMMENT= Variety of alternative parser combinator libraries
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|