Edit

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

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2023-05-18 20:51:50
    Hash : dbcb586c
    Message : Import ruby-rinku 2.0.6 fast and very smart autolinking library for ruby OK sthen@

  • textproc/ruby-rinku/Makefile
  • COMMENT =	fast and very smart autolinking library for ruby
    
    DISTNAME =	rinku-2.0.6
    CATEGORIES =	textproc
    HOMEPAGE =	https://github.com/vmg/rinku
    
    # ISC License
    PERMIT_PACKAGE =	Yes
    
    MODULES =	lang/ruby
    
    CONFIGURE_STYLE = ruby gem ext
    
    TEST_DEPENDS =	${FULLPKGNAME}:${BUILD_PKGPATH}
    MODRUBY_TEST =	ruby
    MODRUBY_TEST_TARGET = test/*.rb
    
    .include <bsd.port.mk>