ports/sysutils/rubygem-puppetfile-resolver/Makefile
2021-10-26 00:00:08 +08:00

20 lines
425 B
Makefile

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<1:devel/rubygem-molinillo \
rubygem-semantic_puppet>=1.0<2:devel/rubygem-semantic_puppet
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>