19 lines
305 B
Makefile
19 lines
305 B
Makefile
|
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>
|