A Haskell library for working with files and directories. Includes code for pattern matching, finding files, modifying file contents, and more.
14 lines
392 B
Makefile
14 lines
392 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/07/28 10:09:06 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= filemanip-0.3.5.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Expressive file and directory manipulation for Haskell
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-mtl/buildlink3.mk"
|
|
.include "../../wip/hs-unix-compat/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|