summaryrefslogtreecommitdiff
path: root/net/p5-Net-SIP/Makefile
blob: b82a95fda071c859ba6f0043e046e1bd983cdd10 (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
# New ports collection makefile for:	p5-Net-SIP
# Date created:		2007-03-01
# Whom:			Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
#
# $FreeBSD$
#

PORTNAME=	Net-SIP
PORTVERSION=	0.53
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Framework SIP (Voice Over IP, RFC3261)

RUN_DEPENDS=	p5-Net-DNS>=0.56:${PORTSDIR}/dns/p5-Net-DNS
BUILD_DEPENDS=	${RUN_DEPENDS}

PERL_CONFIGURE=	5.8.0+

MAN3=		Net::SIP.3 Net::SIP::Debug.3 \
		Net::SIP::Dispatcher.3 Net::SIP::Dispatcher::Eventloop.3 \
		Net::SIP::Endpoint.3 Net::SIP::Endpoint::Context.3 \
		Net::SIP::Leg.3 Net::SIP::NATHelper::Base.3 \
		Net::SIP::NATHelper::Client.3 Net::SIP::NATHelper::Local.3 \
		Net::SIP::NATHelper::Server.3 Net::SIP::Packet.3 \
		Net::SIP::Registrar.3 Net::SIP::Request.3 \
		Net::SIP::Response.3 Net::SIP::SDP.3 \
		Net::SIP::Simple.3 Net::SIP::Simple::Call.3 \
		Net::SIP::Simple::RTP.3 Net::SIP::StatelessProxy.3 \
		Net::SIP::Util.3 Net::SIP::Authorize.3 Net::SIP::ReceiveChain.3

.include <bsd.port.mk>