314f59245c
Sponsored by: Absolight
21 lines
424 B
Makefile
21 lines
424 B
Makefile
# Created by: mat@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= epp-client-rgp
|
|
PORTVERSION= 0.13.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:${PORTSDIR}/devel/rubygem-builder \
|
|
rubygem-nokogiri14>=1.4:${PORTSDIR}/textproc/rubygem-nokogiri14
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|