ports/www/rubygem-rqrcode_core-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

18 lines
331 B
Makefile

PORTNAME= rqrcode_core
DISTVERSION= 1.2.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Ruby library for encoding QR Codes
WWW= https://github.com/whomwah/rqrcode_core
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>