13 lines
348 B
Makefile
13 lines
348 B
Makefile
# $NetBSD: Makefile,v 1.8 2022/02/26 03:58:30 pho Exp $
|
|
|
|
DISTNAME= regex-posix-0.96.0.1
|
|
PKGREVISION= 2
|
|
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"
|