mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
21 lines
365 B
Makefile
21 lines
365 B
Makefile
COMMENT= syntax checks for Puppet manifests and templates
|
|
|
|
DISTNAME= puppet-syntax-4.0.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>
|