forked from Lainports/freebsd-ports
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
22 lines
440 B
Makefile
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>
|