freebsd-ports/net/p5-Net-EPP-Frame/Makefile
Aaron Dalton 44808a461e - Update from v0.02 to v0.05
Approved by:	tobez (implicit)
2006-06-14 07:58:52 +00:00

49 lines
1.3 KiB
Makefile

# New ports collection makefile for: Net-EPP-Frame
# Date created: 18 Feb 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-EPP-Frame
PORTVERSION= 0.05
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= An EPP XML frame system built on top of XML::LibXML
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
RUN_DEPENDS+= ${BUILD_DEPENDS}
MAN3= Net::EPP::Frame.3 \
Net::EPP::Frame::Command.3 \
Net::EPP::Frame::Command::Check.3 \
Net::EPP::Frame::Command::Check::Domain.3 \
Net::EPP::Frame::Command::Create.3 \
Net::EPP::Frame::Command::Delete.3 \
Net::EPP::Frame::Command::Delete::Domain.3 \
Net::EPP::Frame::Command::Info.3 \
Net::EPP::Frame::Command::Info::Domain.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::Greeting.3 \
Net::EPP::Frame::Hello.3 \
Net::EPP::Frame::ObjectSpec.3 \
Net::EPP::Frame::Response.3
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires at least Perl5.6
.endif
.include <bsd.port.post.mk>