diff --git a/sysutils/ruby-puppet-lint/Makefile b/sysutils/ruby-puppet-lint/Makefile index c2c50425711..c542880dc4c 100644 --- a/sysutils/ruby-puppet-lint/Makefile +++ b/sysutils/ruby-puppet-lint/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2012/10/08 09:38:20 jasper Exp $ +# $OpenBSD: Makefile,v 1.7 2012/10/08 09:41:35 jasper Exp $ COMMENT= ensure your Puppet manifests conform with the style guide @@ -6,6 +6,8 @@ DISTNAME= puppet-lint-0.3.1 CATEGORIES= sysutils +MAINTAINER= Jasper Lievisse Adriaanse + HOMEPAGE= http://puppet-lint.com/ # MIT diff --git a/sysutils/ruby-puppet-lint/pkg/DESCR b/sysutils/ruby-puppet-lint/pkg/DESCR index 5c3b61a1535..ef320654ed2 100644 --- a/sysutils/ruby-puppet-lint/pkg/DESCR +++ b/sysutils/ruby-puppet-lint/pkg/DESCR @@ -1,2 +1,5 @@ Checks your Puppet manifests against the Puppetlabs style guide and alerts you to any discrepancies. + +Pleaes refer to http://puppet-lint.com/checks/ for a description of each +check and to get some help in fixing the errors.