mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
21 lines
366 B
Makefile
21 lines
366 B
Makefile
# Created by: mat@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= epp-client-rgp
|
|
PORTVERSION= 0.15.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mat@FreeBSD.org
|
|
COMMENT= RGP EPP client library
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-builder>=2.1.2:devel/rubygem-builder \
|
|
rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|