blob: 5249df2518229113e600ec772de1c8011f59f78c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
PORTNAME= Net-AOLIM
PORTVERSION= 1.61
PORTREVISION= 2
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 shebangfix
SHEBANG_FILES= example.pl
USE_PERL5= configure
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_ARCH= yes
.include <bsd.port.mk>
|