blob: 19d5f269b14c6d1c539bcea2d8e93b181abf857f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
# 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.07
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::Contact.3 \
Net::EPP::Frame::Command::Check::Domain.3 \
Net::EPP::Frame::Command::Check::Host.3 \
Net::EPP::Frame::Command::Create.3 \
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 \
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
PERL_CONFIGURE= yes
.include <bsd.port.mk>
|