Edit

IABSD.fr/ports/graphics/ruby-gruff/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:22:04
    Hash : af6a7994
    Message : drop RCS Ids

  • graphics/ruby-gruff/Makefile
  • COMMENT=		library for making beautiful graphs
    
    DISTNAME=		gruff-0.9.0
    CATEGORIES=		graphics
    
    HOMEPAGE=		https://github.com/topfunky/gruff
    
    # MIT
    PERMIT_PACKAGE=	Yes
    
    MODULES=		lang/ruby
    
    CONFIGURE_STYLE=	ruby gem
    
    BUILD_DEPENDS=		${RUN_DEPENDS}
    RUN_DEPENDS=		graphics/ruby-rmagick,${MODRUBY_FLAVOR}
    
    MODRUBY_TEST=		rake
    
    .include <bsd.port.mk>