Add rubygem-fog-dnsimple 1.0.0
Fog::Dnsimple is a module for the fog gem to support DNSimple. WWW: https://github.com/fog/fog-dnsimple
This commit is contained in:
parent
fad32d7eff
commit
f3c410a0d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436178
@ -1150,6 +1150,7 @@
|
||||
SUBDIR += rubygem-fog-brightbox
|
||||
SUBDIR += rubygem-fog-cloudatcost
|
||||
SUBDIR += rubygem-fog-digitalocean
|
||||
SUBDIR += rubygem-fog-dnsimple
|
||||
SUBDIR += rubygem-fog-dynect
|
||||
SUBDIR += rubygem-fog-ecloud
|
||||
SUBDIR += rubygem-fog-google
|
||||
|
25
net/rubygem-fog-dnsimple/Makefile
Normal file
25
net/rubygem-fog-dnsimple/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fog-dnsimple
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Module for the 'fog' gem to support DNSimple
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-fog-core>=1.38:devel/rubygem-fog-core \
|
||||
rubygem-fog-json>=1.0:devel/rubygem-fog-json
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
post-install:
|
||||
${RM} ${STAGEDIR}${PREFIX}/bin/console ${STAGEDIR}${PREFIX}/bin/setup
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/rubygem-fog-dnsimple/distinfo
Normal file
3
net/rubygem-fog-dnsimple/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1489519619
|
||||
SHA256 (rubygem/fog-dnsimple-1.0.0.gem) = 5c17337fb17bbf460601e50f07bbfd511633a3700c731d787cd52bfe20397d6e
|
||||
SIZE (rubygem/fog-dnsimple-1.0.0.gem) = 12800
|
3
net/rubygem-fog-dnsimple/pkg-descr
Normal file
3
net/rubygem-fog-dnsimple/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Fog::Dnsimple is a module for the fog gem to support DNSimple.
|
||||
|
||||
WWW: https://github.com/fog/fog-dnsimple
|
Loading…
Reference in New Issue
Block a user