Edit

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

Branch :

  • Show log

    Commit

  • Author : fcambus
    Date : 2020-12-10 08:28:57
    Hash : 9b0c82d2
    Message : Update ruby-rouge to 3.26.0.

  • textproc/ruby-rouge/Makefile
  • # $OpenBSD: Makefile,v 1.28 2020/12/10 08:28:57 fcambus Exp $
    
    COMMENT =	pure-ruby code highlighter compatible with pygments
    
    DISTNAME =	rouge-3.26.0
    
    CATEGORIES =	textproc
    
    HOMEPAGE =	http://rouge.jneen.net/
    
    MAINTAINER =	Frederic Cambus <fcambus@openbsd.org>
    
    # MIT, BSD
    PERMIT_PACKAGE = Yes
    
    MODULES =	lang/ruby
    
    CONFIGURE_STYLE = ruby gem
    
    .include <bsd.port.mk>