Files
kn a698c0438b update to puppet-resource_api 2.0.0; maintainer timeout
works fine with puppet and openvox (after relaxing version specs).
2025-09-22 12:35:15 +00:00

18 lines
438 B
Makefile

COMMENT = simple way to write new native resources for Puppet
DISTNAME = puppet-resource_api-2.0.0
CATEGORIES = devel
HOMEPAGE = https://github.com/puppetlabs/puppet-resource_api
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# Apache-2.0
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
BUILD_DEPENDS += ${RUN_DEPENDS}
RUN_DEPENDS += devel/ruby-hocon,${MODRUBY_FLAVOR}>=1
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>