Edit

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

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2023-09-01 21:49:26
    Hash : 22cea6f2
    Message : Update to addressable 2.8.5 Remove test code as the ports tests were already broken, and the newer version requires test dependencies not in ports.

  • www/ruby-addressable/Makefile
  • COMMENT =	replacement for Ruby's URI implementation
    
    DISTNAME = 	addressable-2.8.5
    CATEGORIES =	www
    
    HOMEPAGE =	https://github.com/sporkmonger/addressable
    
    # 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,<6
    
    # Tests require dependencies not in ports
    
    .include <bsd.port.mk>