freebsd-ports/sysutils/rubygem-puppetfile-resolver/Makefile
Romain Tartière 4a09c78206 New port: sysutils/rubygem-puppetfile-resolver
This library includes all of the code to parse a Puppetfile and then calculate
a dependency graph to try and resolve all of the module dependencies and
versions. The resolver can also restrict on Puppet version, for example, only
Modules which support Puppet 6.

WWW: http://rubygems.org/gems/puppetfile-resolver
2020-04-28 03:35:27 +00:00

20 lines
420 B
Makefile

# $FreeBSD$
PORTNAME= puppetfile-resolver
DISTVERSION= 0.2.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= puppet@FreeBSD.org
COMMENT= Dependency resolver for Puppetfiles as a gem
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-molinillo>=0.6:devel/rubygem-molinillo \
rubygem-semantic_puppet>=1.0:devel/rubygem-semantic_puppet
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>