15 lines
412 B
Makefile
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"
|