ports/graphics/ruby-rqrcode-core/Makefile

19 lines
305 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = library to encode QR Codes
DISTNAME = rqrcode_core-1.2.0
CATEGORIES = graphics devel
HOMEPAGE = https://github.com/whomwah/rqrcode_core
MAINTAINER = Kurt Mosiejczuk <kmos@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>