blob: 4cfa16dab07e01bbfc9f5e08cd0262027c9f0a30 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= puppetfile-resolver
DISTVERSION= 0.6.3
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= puppet@FreeBSD.org
COMMENT= Dependency resolver for Puppetfiles as a gem
WWW= https://rubygems.org/gems/puppetfile-resolver
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-molinillo>=0.6<1:devel/rubygem-molinillo \
rubygem-semantic_puppet>=1.0<2:devel/rubygem-semantic_puppet
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|