1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/net-im/p5-Protocol-XMPP/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

22 lines
480 B
Makefile

# Created by: <ports@c0decafe.net>
# $FreeBSD$
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
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>