1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net-im/p5-Jabber-Lite/Makefile
Andrej Zverev 3982ced0ba - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 05:52:54 +00:00

27 lines
618 B
Makefile

# New ports collection makefile for: p5-Jabber-Lite
# Date created: 2007-09-03
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Jabber-Lite
PORTVERSION= 0.8
CATEGORIES= net-im perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Jabber
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Standalone library for communicating with Jabber servers
RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
PERL_CONFIGURE= yes
MAN3= Jabber::Lite.3
.include <bsd.port.mk>