mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
22 lines
426 B
Makefile
22 lines
426 B
Makefile
PORTNAME= rqrcode
|
|
PORTVERSION= 2.2.0
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|