Edit

IABSD.fr/ports/graphics/ruby-rqrcode-core/Makefile

Branch :

  • Show log

    Commit

  • Author : kmos
    Date : 2021-08-27 04:10:51
    Hash : 92cff3a5
    Message : Import graphics/ruby-rqrcode-core rqrcode_core is a Ruby library for encoding QR Codes. The simple interface (with no runtime dependencies) allows you to create QR Code data structures. ok abieber

  • graphics/ruby-rqrcode-core/Makefile
  • # $OpenBSD: Makefile,v 1.1.1.1 2021/08/27 04:10:51 kmos Exp $
    
    COMMENT =		library to encode QR Codes
    
    DISTNAME =		rqrcode_core-1.1.0
    
    CATEGORIES =		graphics
    
    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>