opnsense-ports/sysutils/rubygem-puppetfile-resolver/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

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