20 lines
376 B
Makefile
20 lines
376 B
Makefile
# $OpenBSD: Makefile,v 1.22 2018/04/26 06:59:10 sebastia Exp $
|
|
|
|
COMMENT= ensure your Puppet manifests conform with the style guide
|
|
|
|
DISTNAME= puppet-lint-2.3.5
|
|
|
|
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>
|