Files

21 lines
382 B
Makefile
Raw Permalink Normal View History

2011-08-23 14:21:48 +00:00
COMMENT= ensure your Puppet manifests conform with the style guide
REVISION = 1
2026-01-29 16:43:18 +00:00
DISTNAME= puppet-lint-5.1.1
2011-08-23 14:21:48 +00:00
CATEGORIES= sysutils
2012-10-08 09:38:20 +00:00
HOMEPAGE= http://puppet-lint.com/
2017-04-09 21:18:27 +00:00
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
2011-08-23 14:21:48 +00:00
# MIT
PERMIT_PACKAGE= Yes
2011-08-23 14:21:48 +00:00
MODULES= lang/ruby
MODRUBY_HANDLE_FLAVORS =No
GEM_FLAGS = --no-format-executable
2011-08-23 14:21:48 +00:00
CONFIGURE_STYLE=ruby gem
2011-08-23 14:21:48 +00:00
.include <bsd.port.mk>