mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
a698c0438b
works fine with puppet and openvox (after relaxing version specs).
18 lines
438 B
Makefile
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>
|