freebsd-ports/sysutils/rubygem-puppet_forge1/Makefile
Sunpoet Po-Chuan Hsieh 9da536f68a Update to 1.0.6
- Add PORTSCOUT

Changes:	https://github.com/puppetlabs/forge-ruby/commits/1.x
2017-01-02 10:15:20 +00:00

24 lines
452 B
Makefile

# $FreeBSD$
PORTNAME= puppet_forge
PORTVERSION= 1.0.6
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby client for the Puppet Forge API
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activesupport4>=4.2:devel/rubygem-activesupport4 \
rubygem-her>=0.6.8:databases/rubygem-her
PORTSCOUT= limit:^1\.
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>