freebsd-ports/net/rubygem-fog-dnsimple/Makefile
Sunpoet Po-Chuan Hsieh f3c410a0d0 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
2017-03-14 21:35:21 +00:00

25 lines
550 B
Makefile

# 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>