1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/textproc/rubygem-gitlab-grit/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
536 B
Makefile

PORTNAME= gitlab-grit
PORTVERSION= 2.8.3
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library for extracting information from a git repository
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-charlock_holmes>=0.7<1:textproc/rubygem-charlock_holmes \
rubygem-diff-lcs>=1.1<2:textproc/rubygem-diff-lcs \
rubygem-mime-types>=1.16:misc/rubygem-mime-types \
rubygem-posix-spawn>=0.3<1:devel/rubygem-posix-spawn
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>