13 lines
348 B
Makefile
13 lines
348 B
Makefile
# $NetBSD: Makefile,v 1.4 2021/05/03 19:01:17 pho Exp $
|
|
|
|
DISTNAME= regex-posix-0.96.0.0
|
|
PKGREVISION= 1
|
|
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"
|