mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
819c947c94
Approved by: portmgr (blanket)
20 lines
377 B
Makefile
20 lines
377 B
Makefile
PORTNAME= epp-client-base
|
|
PORTVERSION= 0.15.2
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mat@FreeBSD.org
|
|
COMMENT= Extensible EPP client library
|
|
WWW= https://github.com/Absolight/epp-client
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-builder>=2.1.2:devel/rubygem-builder \
|
|
rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|