Michael Moll 92bbeea7de new port: sysutils/rubygem-puppet_forge
Ruby library to access and manipulate the Puppet Forge API from Ruby.

WWW: https://github.com/puppetlabs/forge-ruby

Differential Revision:	https://reviews.freebsd.org/D2754
Approved by:	mat (mentor)
2015-06-07 21:18:35 +00:00

22 lines
391 B
Makefile

# $FreeBSD$
PORTNAME= puppet_forge
PORTVERSION= 1.0.4
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-her>=0.6:${PORTSDIR}/databases/rubygem-her
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>