blob: 85496e5e0727524bbf97940f74a3f3df4696a652 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
PORTNAME= Net-AOLIM
PORTVERSION= 1.61
CATEGORIES= net-im perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl OO interface to the AOL Instant Messenger TOC client protocol
USES= perl5
USE_PERL5= configure
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN3= Net::AOLIM.3
.include <bsd.port.mk>
|