aboutsummaryrefslogblamecommitdiff
path: root/net-im/p5-AnyEvent-XMPP/Makefile
blob: 3a4bf723a54f537932f4a18f4933168eefd31d8b (plain) (tree)
1
2
3
4
5
6
7
8
9
                                          

                             
                    
                 



                            
                                
                                                   
 
                            

                    

                                                  

                                                           

                                                            
                                                         
                                                       
 
                   

                         
 
                      
# Created by: Wen Heping <wen@FreeBSD.org>

PORTNAME=	AnyEvent-XMPP
PORTVERSION=	0.55
PORTREVISION=	1
CATEGORIES=	net-im perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Implementation of the XMPP Protocol

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-AnyEvent>=0:devel/p5-AnyEvent \
		p5-Authen-SASL>=0:security/p5-Authen-SASL \
		p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \
		p5-Net-LibIDN>=0:dns/p5-Net-LibIDN \
		p5-Object-Event>=0.7:devel/p5-Object-Event \
		p5-XML-Parser>=0:textproc/p5-XML-Parser \
		p5-XML-Writer>=0:textproc/p5-XML-Writer

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>