mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Error message: ===> gitlab-ce-17.7.0 depends on package: rubygem-rexml>=3.3.2<3.4 - not found Make rubygem-rexml version 3.3 available for a specific port for gitlab.
20 lines
339 B
Makefile
20 lines
339 B
Makefile
PORTNAME= rexml
|
|
PORTVERSION= 3.3.9
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= XML toolkit for Ruby
|
|
WWW= https://github.com/ruby/rexml
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= cpe gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
CPE_VENDOR= ruby-lang
|
|
|
|
.include <bsd.port.mk>
|