freebsd-ports/sysutils/rubygem-puppet_forge/Makefile
2015-07-24 18:14:34 +00:00

21 lines
393 B
Makefile

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