freebsd-ports/devel/rubygem-pathspec/Makefile
Romain Tartière 5f3a64defc Update to 1.0.0
With hat:	puppet
2021-01-16 02:11:24 +00:00

21 lines
327 B
Makefile

# $FreeBSD$
PORTNAME= pathspec
PORTVERSION= 1.0.0
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
NO_ARCH= yes
PLIST_FILES= bin/pathspec-rb
.include <bsd.port.mk>