freebsd-ports/net-im/p5-Net-OSCAR/Makefile
Pav Lucistnik e14440b95e - Unbreak depends
Reported by:	pointyhat
2012-06-26 22:11:17 +00:00

40 lines
977 B
Makefile

# New ports collection makefile for: p5-Net-OSCAR
# Date created: 26 Sep 2004
# Whom: Kelly Cochran <kcochran@trolans.net>
#
# $FreeBSD$
#
PORTNAME= Net-OSCAR
PORTVERSION= 1.928
CATEGORIES= net-im perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for the AOL Instant Messenger OSCAR protocol
BUILD_DEPENDS= p5-SOCKS>=0:${PORTSDIR}/net/p5-Socks \
p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::OSCAR.3 \
Net::OSCAR::Buddylist.3 \
Net::OSCAR::Callbacks.3 \
Net::OSCAR::Common.3 \
Net::OSCAR::Connection.3 \
Net::OSCAR::Connection::Chat.3 \
Net::OSCAR::Connection::Direct.3 \
Net::OSCAR::Connection::Server.3 \
Net::OSCAR::Constants.3 \
Net::OSCAR::MethodInfo.3 \
Net::OSCAR::Screenname.3 \
Net::OSCAR::ServerCallbacks.3 \
Net::OSCAR::TLV.3 \
Net::OSCAR::Utility.3 \
Net::OSCAR::XML.3 \
Net::OSCAR::_BLInternal.3
.include <bsd.port.mk>