1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/net/rubygem-fog-powerdns/Makefile
Sunpoet Po-Chuan Hsieh f4185ef910 Cosmetic change
2019-10-20 17:19:47 +00:00

25 lines
522 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fog-powerdns
PORTVERSION= 0.2.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Module for the 'fog' gem to support PowerDNS DNS services
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \
rubygem-fog-json>=0:devel/rubygem-fog-json \
rubygem-fog-xml>=0:textproc/rubygem-fog-xml
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>