pkgsrc-wip/hs-regex-tdfa/Makefile
PHO / phonohawk 2e4d73fd35 Import hs-regex-tdfa-1.1.8 as wip/hs-regex-tdfa.
A new all Haskell tagged DFA regex engine, inspired by libtre.
2011-07-12 08:00:09 +00:00

15 lines
412 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/07/12 08:00:09 phonohawk Exp $
#
DISTNAME= regex-tdfa-1.1.8
CATEGORIES= textproc
MAINTAINER= pho@cielonegro.org
COMMENT= Replaces/Enhances Text.Regex
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
.include "../../wip/hs-mtl/buildlink3.mk"
.include "../../wip/hs-parsec/buildlink3.mk"
.include "../../wip/hs-regex-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"