Files
ports/devel/ruby-pathspec/Makefile
T
sebastia 88a9f571e7 import devel/ruby-pathspec
Use to match path patterns such as gitignore.

Feedback and OK jeremy@
2024-05-28 20:22:31 +00:00

16 lines
298 B
Makefile

COMMENT = match path patterns
DISTNAME = pathspec-1.1.3
CATEGORIES = devel
HOMEPAGE = https://github.com/highb/pathspec-ruby
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>