1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/devel/rubygem-pathspec/Makefile
Romain Tartière c42a68a41f Fix plist
The gem install a tiny utility so let's install it.
2019-01-11 23:08:29 +00:00

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>