opnsense-ports/sysutils/rubygem-puppet_forge/Makefile
Franco Fichtner 5ff40cb1aa */*: sync with upstream
Taken from: FreeBSD
2015-08-17 07:00:27 +02:00

24 lines
614 B
Makefile

# $FreeBSD$
PORTNAME= puppet_forge
PORTVERSION= 2.0.0
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>