18 lines
306 B
Makefile
18 lines
306 B
Makefile
|
COMMENT= ensure your Puppet manifests conform with the style guide
|
||
|
|
||
|
DISTNAME= puppet-lint-3.4.0
|
||
|
|
||
|
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>
|