Edit

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

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 20:02:12
    Hash : 8c80a751
    Message : drop RCS Ids

  • textproc/ruby-haml/Makefile
  • COMMENT=		HTML Abstraction Markup Language for Ruby
    
    DISTNAME=		haml-3.1.7
    REVISION =		1
    CATEGORIES=		textproc
    
    HOMEPAGE=		http://haml.hamptoncatlin.com/
    
    # MIT
    PERMIT_PACKAGE=	Yes
    
    MODULES=		lang/ruby
    
    CONFIGURE_STYLE=	ruby gem
    
    MODRUBY_TEST=	rake
    
    # Remove tests that depend on Rails
    pre-test:
    	rm ${WRKSRC}/test/haml/template_test.rb \
    		${WRKSRC}/test/haml/helper_test.rb
    
    .include <bsd.port.mk>