Edit

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

Branch :

  • Show log

    Commit

  • Author : sebastia
    Date : 2017-04-09 21:18:27
    Hash : e0a5d8c6
    Message : Update to 2.2.1, and take MAINTAINER OK jasper@

  • sysutils/ruby-puppet-lint/Makefile
  • # $OpenBSD: Makefile,v 1.19 2017/04/09 21:18:27 sebastia Exp $
    
    COMMENT=	ensure your Puppet manifests conform with the style guide
    
    DISTNAME=	puppet-lint-2.2.1
    
    CATEGORIES=	sysutils
    
    HOMEPAGE=	http://puppet-lint.com/
    MAINTAINER=	Sebastian Reitenbach <sebastia@openbsd.org>
    
    # MIT
    PERMIT_PACKAGE_CDROM=	Yes
    
    MODULES=	lang/ruby
    
    CONFIGURE_STYLE=ruby gem
    
    .include <bsd.port.mk>