mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
c42a68a41f
The gem install a tiny utility so let's install it.
21 lines
329 B
Makefile
21 lines
329 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pathspec
|
|
PORTVERSION= 0.2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= puppet@FreeBSD.org
|
|
COMMENT= Match path specifications, such as .gitignore
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
PLIST_FILES= bin/pathspec-rb
|
|
|
|
.include <bsd.port.mk>
|