19 lines
362 B
Makefile
19 lines
362 B
Makefile
# Created by: petef
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-AIM
|
|
PORTVERSION= 1.22
|
|
CATEGORIES= net-im perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl extension for the AOL Instant Messenger TOC protocol
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Net::AIM.3 Net::AIM::Connection.3 Net::AIM::Event.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|