Files

21 lines
366 B
Makefile
Raw Permalink Normal View History

2014-09-09 07:53:02 +00:00
COMMENT= syntax checks for Puppet manifests and templates
2026-05-11 12:39:22 +00:00
DISTNAME= puppet-syntax-7.2.0
2014-09-09 07:53:02 +00:00
CATEGORIES= sysutils
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
2014-09-09 07:53:02 +00:00
# MIT
PERMIT_PACKAGE= Yes
2014-09-09 07:53:02 +00:00
MODULES= lang/ruby
2023-02-19 19:04:51 +00:00
BUILD_DEPENDS += ${RUN_DEPENDS}
2026-02-03 19:56:36 +00:00
RUN_DEPENDS += sysutils/ruby-openvox/8
2023-02-17 15:15:15 +00:00
2014-09-09 07:53:02 +00:00
CONFIGURE_STYLE= ruby gem
2014-12-20 12:30:45 +00:00
MODRUBY_TEST= rspec3
2014-09-09 07:53:02 +00:00
.include <bsd.port.mk>