mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 16:51:52 -04:00
ChangeLog: https://github.com/highb/pathspec-ruby/blob/master/CHANGELOG.md#210 With hat: puppet
19 lines
341 B
Makefile
19 lines
341 B
Makefile
PORTNAME= pathspec
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= puppet@FreeBSD.org
|
|
COMMENT= Match path specifications, such as .gitignore
|
|
WWW= https://rubygems.org/gems/pathspec
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/pathspec-rb
|
|
|
|
.include <bsd.port.mk>
|