1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/net-im/p5-Net-OSCAR/Makefile
2021-04-06 16:31:07 +02:00

21 lines
441 B
Makefile

# Created by: Kelly Cochran <kcochran@trolans.net>
PORTNAME= Net-OSCAR
PORTVERSION= 1.928
PORTREVISION= 1
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= ${RUN_DEPENDS}
RUN_DEPENDS= p5-SOCKS>=0:net/p5-Socks \
p5-XML-Parser>=0:textproc/p5-XML-Parser
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>