Edit

IABSD.fr/ports/sysutils/ruby-r10k/Makefile

Branch :

  • Show log

    Commit

  • Author : sebastia
    Date : 2021-03-11 19:23:15
    Hash : 0bca7086
    Message : update 3.7.0 -> 3.8.0

  • sysutils/ruby-r10k/Makefile
  • # $OpenBSD: Makefile,v 1.30 2021/03/11 19:23:15 sebastia Exp $
    
    COMMENT =	Puppet module management
    
    DISTNAME =	r10k-3.8.0
    CATEGORIES =	sysutils
    HOMEPAGE =	https://github.com/puppetlabs/r10k
    MAINTAINER =	Sebastian Reitenbach <sebastia@openbsd.org>
    
    # Apache 2.0
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/ruby
    
    BUILD_DEPENDS +=	${RUN_DEPENDS}
    RUN_DEPENDS += converters/ruby-multi_json,${MODRUBY_FLAVOR}>=1.10,<2 \
    		devel/ruby-colored2,${MODRUBY_FLAVOR}=3.1.2 \
    		devel/ruby-cri,${MODRUBY_FLAVOR}>=2.15.10,<3 \
    		devel/ruby-gettext-setup,${MODRUBY_FLAVOR}>=0.24,<1 \
    		devel/ruby-log4r,${MODRUBY_FLAVOR}=1.1.10 \
    		devel/ruby-puppet_forge,${MODRUBY_FLAVOR}>=2.3.0,<3
    
    CONFIGURE_STYLE =	ruby gem
    
    .include <bsd.port.mk>