freebsd-ports/www/rubygem-rqrcode2/Makefile
Muhammad Moinur Rahman 9b05c35325 www/rubygem-rqrcode2: New port
rQRCode is a library for encoding QRCodes in Ruby. It has a simple interface
with all the standard qrcode options. It was adapted from the Javascript
library by Kazuhiko Arase.

Sponsored by:	Nepustil
2022-11-19 15:59:09 -06:00

22 lines
440 B
Makefile

PORTNAME= rqrcode
PORTVERSION= 2.1.2
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 2
MAINTAINER= bofh@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:graphics/rubygem-chunky_png \
rubygem-rqrcode_core>=1.0:www/rubygem-rqrcode_core
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>