summaryrefslogtreecommitdiff
path: root/net-im/p5-Protocol-XMPP/Makefile
blob: 9942f8aaf129c03ad8367a7f0ee93b1281580e4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	Protocol-XMPP
PORTVERSION=	0.006
PORTREVISION=	1
CATEGORIES=	net-im perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:TEAM
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Protocol-level support for XMPP interaction
WWW=		https://metacpan.org/release/Protocol-XMPP

RUN_DEPENDS=	p5-Authen-SASL>=0:security/p5-Authen-SASL \
		p5-XML-LibXML-SAX-ChunkParser>=0.00003:textproc/p5-XML-LibXML-SAX-ChunkParser

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>