e72528558a
It's no longer required as of GHC 8.
13 lines
373 B
Makefile
13 lines
373 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/01/11 09:22:13 pho Exp $
|
|
|
|
DISTNAME= regex-pcre-0.95.0.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= PCRE Backend for "Text.Regex" (regex-base)
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../textproc/hs-regex-base/buildlink3.mk"
|
|
.include "../../devel/pcre/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|