9da536f68a
- Add PORTSCOUT Changes: https://github.com/puppetlabs/forge-ruby/commits/1.x
24 lines
452 B
Makefile
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>
|