pkgsrc/devel/hs-haskell-lexer/Makefile
pho 4ff472bb2a Import haskell-lexer-1.0.2 from wip
A fully compliant Haskell 98 lexer.
2020-01-17 17:18:15 +00:00

11 lines
264 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/17 17:18:15 pho Exp $
DISTNAME= haskell-lexer-1.0.2
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Fully compliant Haskell 98 lexer
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"