ports/www/rubygem-rqrcode-gitlab/Makefile
Matthias Fechner 3bae97c041 www/gitlab: decouple from www/rubygem-rqrcode
This makes it possible to upgrade www/rubygem-rqrcode to version 3
which unbreaks it due to update of www/rubygem-rqrcode_core.

PR:		286372
(cherry picked from commit e5bf2131ff)
2025-04-27 07:26:54 +03:00

21 lines
455 B
Makefile

PORTNAME= rqrcode
PORTVERSION= 2.2.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Library for encoding QR Codes
WWW= https://whomwah.github.io/rqrcode/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-chunky_png>=1.0<2:graphics/rubygem-chunky_png \
rubygem-rqrcode_core-gitlab>=1.0<2:www/rubygem-rqrcode_core-gitlab
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>