21 lines
379 B
Makefile
21 lines
379 B
Makefile
COMMENT= syntax checks for Puppet manifests and templates
|
|
|
|
DISTNAME= puppet-syntax-3.3.0
|
|
REVISION = 0
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
RUN_DEPENDS += sysutils/ruby-puppet/7
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
MODRUBY_TEST= rspec3
|
|
|
|
.include <bsd.port.mk>
|