Edit

IABSD.fr/ports/www/ruby-addressable/Makefile

Branch :

  • Show log

    Commit

  • Author : sebastia
    Date : 2026-06-04 18:02:47
    Hash : a6efcfa1
    Message : update to 2.9.0

  • www/ruby-addressable/Makefile
  • COMMENT =	replacement for Ruby's URI implementation
    
    DISTNAME = 	addressable-2.9.0
    CATEGORIES =	www
    
    HOMEPAGE =	https://github.com/sporkmonger/addressable
    MAINTAINER =	Sebastian Reitenbach <sebastia@openbsd.org>
    
    # MIT
    PERMIT_PACKAGE = Yes
    
    MODULES =		lang/ruby
    
    CONFIGURE_STYLE =	ruby gem
    
    BUILD_DEPENDS +=	${RUN_DEPENDS}
    RUN_DEPENDS +=		net/ruby-public_suffix,${MODRUBY_FLAVOR},>=2.0.2,<8
    
    # Tests require dependencies not in ports
    
    .include <bsd.port.mk>