mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
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
26 lines
656 B
Makefile
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>
|