14 lines
386 B
Makefile
14 lines
386 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/05/21 04:54:13 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= regex-posix-0.94.1
|
|
PKGNAME= hs-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
HOMEPAGE= http://sourceforge.net/projects/lazy-regex
|
|
COMMENT= Replaces/Enhances Haskell Text.Regex
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-regex-base/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|