* Update to regex-base-0.94.0.0 API * Compatibility with base-4.13.0 * Remove internal regex C implementation
12 lines
333 B
Makefile
12 lines
333 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/01/02 15:03:19 pho Exp $
|
|
|
|
DISTNAME= regex-posix-0.96.0.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= POSIX Backend for "Text.Regex" (regex-base)
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../textproc/hs-regex-base/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|