mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
21 lines
535 B
Makefile
21 lines
535 B
Makefile
PORTNAME= epp-client-smallregistry
|
|
PORTVERSION= 0.15.2
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mat@FreeBSD.org
|
|
COMMENT= Smallregistry EPP client library
|
|
WWW= https://github.com/Absolight/epp-client
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-builder>=2.1.2:devel/rubygem-builder \
|
|
rubygem-epp-client-base=${PORTVERSION}:net/rubygem-epp-client-base \
|
|
rubygem-epp-client-secdns=${PORTVERSION}:net/rubygem-epp-client-secdns \
|
|
rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|