freebsd-ports/net/rubygem-epp-client-smallregistry/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

23 lines
612 B
Makefile

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