871477d6d6
A library for matching files using patterns such as "src/**/*.png" for all .png files recursively under the src directory.
12 lines
306 B
Makefile
12 lines
306 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/05/05 09:48:29 pho Exp $
|
|
|
|
DISTNAME= filepattern-0.1.2
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= File path glob-like matching
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../misc/hs-extra/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|