Edit

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

Branch :

  • Show log

    Commit

  • Author : sebastia
    Date : 2024-01-12 08:31:18
    Hash : 15a5b1a0
    Message : update to 0.3.3

  • www/ruby-xmlrpc/Makefile
  • COMMENT = 	remote procedure calls over HTTP
    
    DISTNAME = 	xmlrpc-0.3.3
    CATEGORIES = 	www
    
    HOMEPAGE =	https://github.com/ruby/xmlrpc
    
    MAINTAINER =	Sebastian Reitenbach <sebastia@openbsd.org>
    
    # Ruby
    PERMIT_PACKAGE = Yes
    
    MODULES = 	lang/ruby
    
    BUILD_DEPENDS =	${RUN_DEPENDS}
    RUN_DEPENDS =	www/ruby-webrick,${MODRUBY_FLAVOR}
    
    CONFIGURE_STYLE = ruby gem
    
    .include <bsd.port.mk>