14 lines
387 B
Makefile
14 lines
387 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/01/30 14:54:03 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= regex-posix-0.93.2
|
|
PKGNAME= hs-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
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"
|