Edit

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

Branch :

  • Show log

    Commit

  • Author : sebastia
    Date : 2023-02-28 09:08:47
    Hash : 3bdcd596
    Message : update 2.0.5 -> 2.0.6

  • sysutils/ruby-tzinfo/Makefile
  • COMMENT=	access to time zone data and conversion
    
    DISTNAME=	tzinfo-2.0.6
    
    CATEGORIES=	sysutils
    HOMEPAGE=	https://tzinfo.github.io/
    MAINTAINER=	Sebastian Reitenbach <sebastia@openbsd.org>
    
    # MIT
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/ruby
    
    BUILD_DEPENDS +=        ${RUN_DEPENDS}
    RUN_DEPENDS +=		devel/ruby-concurrent-ruby,${MODRUBY_FLAVOR},>=1.0,<2
    
    CONFIGURE_STYLE=ruby gem
    
    .include <bsd.port.mk>