mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
02c602c961
"of course" kn@
22 lines
378 B
Makefile
22 lines
378 B
Makefile
COMMENT= syntax checks for Puppet manifests and templates
|
|
|
|
REVISION= 0
|
|
DISTNAME= puppet-syntax-4.1.1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
RUN_DEPENDS += sysutils/ruby-puppet/8
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
MODRUBY_TEST= rspec3
|
|
|
|
.include <bsd.port.mk>
|