freebsd-ports/net/rubygem-epp-client-secdns/Makefile
Mathieu Arnold 58e91c7857 Update to 0.15.1.
While there, relax the nokogiri dependency, it has never specifically
needed the 1.4 version.

Sponsored by:	Absolight
2016-02-29 16:18:49 +00:00

21 lines
426 B
Makefile

# Created by: mat@FreeBSD.org
# $FreeBSD$
PORTNAME= epp-client-secdns
PORTVERSION= 0.15.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= mat@FreeBSD.org
COMMENT= SecDNS EPP client library
LICENSE= MIT
RUN_DEPENDS= rubygem-builder>=2.1.2:${PORTSDIR}/devel/rubygem-builder \
rubygem-nokogiri>=1.4:${PORTSDIR}/textproc/rubygem-nokogiri
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>