mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
6f5f1fb6c8
new dependency for sysutils/ruby-pdk The puppet-modulebuilder gem contains the reference implementation for building Puppet modules from source. Feedback and OK jeremy@
22 lines
468 B
Makefile
22 lines
468 B
Makefile
COMMENT= build Puppet modules from source
|
|
|
|
DISTNAME= puppet-modulebuilder-1.1.0
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/puppetlabs/puppet-modulebuilder
|
|
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# APACHE-2.0
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
RUN_DEPENDS += archivers/ruby-minitar,${MODRUBY_FLAVOR}>=0.9,<1 \
|
|
devel/ruby-pathspec,${MODRUBY_FLAVOR}>=1.1,<3
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
.include <bsd.port.mk>
|