freebsd-ports/www/rubygem-rqrcode/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
324 B
Makefile

PORTNAME= rqrcode
PORTVERSION= 0.10.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library for encoding QR Codes
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-chunky_png>=1.0:graphics/rubygem-chunky_png
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>