blob: ccf631590173df18cdcad3f0caebe60bbd4a0742 (
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-base
PORTVERSION= 0.15.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= mat@FreeBSD.org
COMMENT= Extensible EPP client library
LICENSE= MIT
RUN_DEPENDS= rubygem-builder>=2.1.2:${PORTSDIR}/devel/rubygem-builder \
rubygem-nokogiri>=1.4:${PORTSDIR}/textproc/rubygem-nokogiri
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|