2009-11-11 10:50:18 +00:00
|
|
|
# New ports collection makefile for: Net-EPP-Client
|
2006-02-19 04:59:42 +00:00
|
|
|
# Date created: 18 Feb 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2009-11-11 10:50:18 +00:00
|
|
|
PORTNAME= Net-EPP
|
2012-09-22 19:42:08 +00:00
|
|
|
PORTVERSION= 0.19
|
2006-02-19 04:59:42 +00:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 14:30:31 +00:00
|
|
|
MASTER_SITES= CPAN
|
2006-02-19 04:59:42 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 10:34:38 +00:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2006-02-19 04:59:42 +00:00
|
|
|
COMMENT= Client library for the TCP transport for EPP
|
|
|
|
|
2012-06-04 03:16:02 +00:00
|
|
|
BUILD_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
|
|
|
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
|
2009-11-11 10:50:18 +00:00
|
|
|
p5-Digest-SHA1>=2.12:${PORTSDIR}/security/p5-Digest-SHA1
|
2012-06-04 03:16:02 +00:00
|
|
|
RUN_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
|
|
|
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
|
2009-11-11 10:50:18 +00:00
|
|
|
p5-Digest-SHA1>=2.12:${PORTSDIR}/security/p5-Digest-SHA1
|
2006-02-19 04:59:42 +00:00
|
|
|
|
2011-03-18 04:09:39 +00:00
|
|
|
MAN3= Net::EPP.3 \
|
|
|
|
Net::EPP::Client.3 \
|
2009-11-11 10:50:18 +00:00
|
|
|
Net::EPP::Frame.3 \
|
|
|
|
Net::EPP::Frame::Command::Create::Domain.3 \
|
|
|
|
Net::EPP::Protocol.3 \
|
|
|
|
Net::EPP::ResponseCodes.3 \
|
|
|
|
Net::EPP::Simple.3 \
|
|
|
|
Net::EPP::Frame::Command.3 \
|
|
|
|
Net::EPP::Frame::Command::Check.3 \
|
|
|
|
Net::EPP::Frame::Command::Check::Contact.3 \
|
|
|
|
Net::EPP::Frame::Command::Check::Domain.3 \
|
|
|
|
Net::EPP::Frame::Command::Check::Host.3 \
|
|
|
|
Net::EPP::Frame::Command::Create.3 \
|
2011-03-18 04:09:39 +00:00
|
|
|
Net::EPP::Frame::Command::Create::Host.3 \
|
2009-11-11 10:50:18 +00:00
|
|
|
Net::EPP::Frame::Command::Create::Contact.3 \
|
|
|
|
Net::EPP::Frame::Command::Delete.3 \
|
|
|
|
Net::EPP::Frame::Command::Delete::Contact.3 \
|
|
|
|
Net::EPP::Frame::Command::Delete::Domain.3 \
|
|
|
|
Net::EPP::Frame::Command::Delete::Host.3 \
|
2011-03-18 04:09:39 +00:00
|
|
|
Net::EPP::Frame::Command::Renew::Domain.3 \
|
2009-11-11 10:50:18 +00:00
|
|
|
Net::EPP::Frame::Command::Info.3 \
|
|
|
|
Net::EPP::Frame::Command::Info::Contact.3 \
|
|
|
|
Net::EPP::Frame::Command::Info::Domain.3 \
|
|
|
|
Net::EPP::Frame::Command::Info::Host.3 \
|
|
|
|
Net::EPP::Frame::Command::Login.3 \
|
|
|
|
Net::EPP::Frame::Command::Logout.3 \
|
|
|
|
Net::EPP::Frame::Command::Poll.3 \
|
|
|
|
Net::EPP::Frame::Command::Renew.3 \
|
|
|
|
Net::EPP::Frame::Command::Transfer.3 \
|
|
|
|
Net::EPP::Frame::Command::Update.3 \
|
|
|
|
Net::EPP::Frame::Command::Update::Contact.3 \
|
|
|
|
Net::EPP::Frame::Command::Update::Domain.3 \
|
|
|
|
Net::EPP::Frame::Command::Update::Host.3 \
|
|
|
|
Net::EPP::Frame::Greeting.3 \
|
|
|
|
Net::EPP::Frame::Hello.3 \
|
|
|
|
Net::EPP::Frame::ObjectSpec.3 \
|
|
|
|
Net::EPP::Frame::Response.3 \
|
|
|
|
Net::EPP::Frame::Command::Poll::Req.3 \
|
|
|
|
Net::EPP::Frame::Command::Transfer::Domain.3 \
|
|
|
|
Net::EPP::Frame::Command::Transfer::Contact.3 \
|
|
|
|
Net::EPP::Frame::Command::Poll::Ack.3
|
2006-02-19 04:59:42 +00:00
|
|
|
|
2013-09-06 07:00:15 +00:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-02-19 04:59:42 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|