mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
)
21 lines
455 B
Makefile
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>
|