mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
16 lines
298 B
Makefile
16 lines
298 B
Makefile
COMMENT = match path patterns
|
|
|
|
DISTNAME = pathspec-2.1.0
|
|
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>
|