opnsense-ports/sysutils/rubygem-puppet_forge/Makefile
Franco Fichtner e69f0e0a9a */*: sync with upstream
Taken from: FreeBSD
2016-01-18 06:48:28 +01:00

24 lines
614 B
Makefile

# $FreeBSD$
PORTNAME= puppet_forge
PORTVERSION= 2.1.2
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby client for the Puppet Forge API
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-faraday>=0.9.0:${PORTSDIR}/www/rubygem-faraday \
rubygem-faraday_middleware>=0.9.0:${PORTSDIR}/www/rubygem-faraday_middleware \
rubygem-minitar>=0:${PORTSDIR}/archivers/rubygem-minitar \
rubygem-semantic_puppet>=0.1.0:${PORTSDIR}/devel/rubygem-semantic_puppet
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>