Edit

IABSD.fr/ports/textproc/asciidoctor/Makefile

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2024-06-20 22:41:25
    Hash : e7f7a27c
    Message : Bump ports after switching the default ruby version in ports to Ruby 3.3 OK tb@

  • textproc/asciidoctor/Makefile
  • COMMENT =	better AsciiDoc text proc/publishing software
    
    V =		2.0.20
    DISTNAME =	asciidoctor-${V}
    FULLPKGNAME =	${DISTNAME}
    REVISION =	0
    
    CATEGORIES =	textproc
    
    HOMEPAGE =	https://asciidoctor.org
    
    MAINTAINER =	Ian Darwin <ian@openbsd.org>
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/ruby
    MODRUBY_HANDLE_FLAVORS = No
    
    CONFIGURE_STYLE =	ruby gem
    GEM_FLAGS =		--no-format-executable
    
    post-install:
    	mv ${PREFIX}/${GEM_LIB}/gems/${DISTNAME}/man/asciidoctor.1 \
    	    ${PREFIX}/man/man1
    
    .include <bsd.port.mk>