Edit

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

Branch :

  • Show log

    Commit

  • Author : sebastia
    Date : 2022-01-05 13:01:52
    Hash : 9727ad1f
    Message : update 2.4.2 -> 2.5.2

  • sysutils/ruby-puppet-lint/Makefile
  • # $OpenBSD: Makefile,v 1.28 2022/01/05 13:01:52 sebastia Exp $
    
    COMMENT=	ensure your Puppet manifests conform with the style guide
    
    DISTNAME=	puppet-lint-2.5.2
    
    CATEGORIES=	sysutils
    
    HOMEPAGE=	http://puppet-lint.com/
    MAINTAINER=	Sebastian Reitenbach <sebastia@openbsd.org>
    
    # MIT
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/ruby
    
    CONFIGURE_STYLE=ruby gem
    
    .include <bsd.port.mk>