freebsd-ports/www/rubygem-rqrcode/Makefile
Sunpoet Po-Chuan Hsieh 77d7f1980d Update to 0.10.1
- Add LICENSE_FILE

Changes:	https://github.com/whomwah/rqrcode/blob/master/CHANGELOG
2017-04-03 12:59:12 +00:00

20 lines
337 B
Makefile

# $FreeBSD$
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>