blob: 6f82ac4892625c94f8369e704d69b80704687a3e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|