blob: b119f8027e3b91a117f1983fafdda81cd4579f72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= puppetfile-resolver
DISTVERSION= 0.5.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>
|