freebsd-ports/sysutils/rubygem-puppet_forge1/Makefile
Sunpoet Po-Chuan Hsieh c26c687187 Take maintainership
2017-05-04 23:48:03 +00:00

24 lines
455 B
Makefile

# $FreeBSD$
PORTNAME= puppet_forge
PORTVERSION= 1.0.6
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1
MAINTAINER= sunpoet@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>