Edit

IABSD.fr/ports/textproc/ruby-fast_xs/Makefile

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2023-09-03 21:41:41
    Hash : 1884eeb8
    Message : Fix tests

  • textproc/ruby-fast_xs/Makefile
  • COMMENT =		provides fast methods for escaping text
    
    DISTNAME =		fast_xs-0.8.0
    REVISION =		1
    CATEGORIES =		textproc
    
    HOMEPAGE =		https://github.com/brianmario/fast_xs
    
    MAINTAINER =		Jeremy Evans <jeremy@openbsd.org>
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/ruby
    
    CONFIGURE_STYLE =	ruby gem ext
    
    MODRUBY_TEST =		testrb
    TEST_DEPENDS =		${FULLPKGNAME}:${BUILD_PKGPATH} \
    			www/ruby-rack,${MODRUBY_FLAVOR}
    
    .include <bsd.port.mk>