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
22 lines
455 B
Makefile
22 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>
|