mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 10:33:12 -04:00
22 lines
579 B
Makefile
22 lines
579 B
Makefile
PORTNAME= puppet_forge
|
|
PORTVERSION= 6.0.0
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby client for the Puppet Forge API
|
|
WWW= https://github.com/puppetlabs/forge-ruby
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-faraday>=2.0<3:www/rubygem-faraday \
|
|
rubygem-faraday-follow_redirects>=0.3.0<0.4:www/rubygem-faraday-follow_redirects \
|
|
rubygem-minitar>=1.0.2<2:archivers/rubygem-minitar \
|
|
rubygem-semantic_puppet>=1.0<2:devel/rubygem-semantic_puppet
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|