opnsense-ports/devel/rubygem-gem-compare/Makefile
Franco Fichtner 99ca6f1dbb */*: sync with upstream
Taken from: FreeBSD
2023-04-20 09:14:31 +02:00

24 lines
564 B
Makefile

PORTNAME= gem-compare
PORTVERSION= 1.2.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= RubyGems plugin for comparing gem versions
WWW= https://github.com/fedora-ruby/gem-compare
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-diffy>=0:textproc/rubygem-diffy \
rubygem-gemnasium-parser>=0:devel/rubygem-gemnasium-parser \
rubygem-json>=0:devel/rubygem-json \
rubygem-rainbow>=0:devel/rubygem-rainbow
USES= gem shebangfix
NO_ARCH= yes
SHEBANG_FILES= test/gemfiles/*/*/lorem
.include <bsd.port.mk>