ports/devel/rubygem-licensee-gitlab/Makefile
Matthias Fechner ad3b00d8c4 devel/rubygem-licensee: fix another conflict with faraday
further isolation ports required for gitlab to work around update by
335fc7c38d

This should fix the problem if the two ports are installed:
sysutils/rubygem-vagrant_cloud
devel/rubygem-licensee

PR:		283073
2024-12-04 14:49:38 +02:00

26 lines
656 B
Makefile

PORTNAME= licensee
PORTVERSION= 9.17.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Detects under what license a project is distributed
WWW= https://github.com/benbalter/licensee
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-dotenv>=2.0<4:misc/rubygem-dotenv \
rubygem-octokit-gitlab>=4.20<10:net/rubygem-octokit-gitlab \
rubygem-reverse_markdown>=1.0<3:textproc/rubygem-reverse_markdown \
rubygem-rugged>=0.24<2.0:devel/rubygem-rugged \
rubygem-thor>=0.19<2.0:devel/rubygem-thor
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/licensee
.include <bsd.port.mk>