Edit

IABSD.fr/ports/sysutils/ruby-puppet-syntax/Makefile

Branch :

  • Show log

    Commit

  • Author : sebastia
    Date : 2017-06-30 08:21:18
    Hash : dca9f584
    Message : Minor update to 2.4.1

  • sysutils/ruby-puppet-syntax/Makefile
  • # $OpenBSD: Makefile,v 1.11 2017/06/30 08:21:18 sebastia Exp $
    
    COMMENT=		syntax checks for Puppet manifests and templates
    
    DISTNAME=		puppet-syntax-2.4.1
    CATEGORIES=		sysutils
    
    MAINTAINER=		Sebastian Reitenbach <sebastia@openbsd.org>
    
    # MIT
    PERMIT_PACKAGE_CDROM=	Yes
    
    MODULES=		lang/ruby
    
    CONFIGURE_STYLE=	ruby gem
    
    MODRUBY_TEST=		rspec3
    
    .include <bsd.port.mk>