summaryrefslogtreecommitdiff
path: root/net-im/p5-Net-AOLIM/Makefile
blob: 05e8350fb47ede53022efb6777d3f79640fc4044 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
WWW=		https://metacpan.org/release/Net-AOLIM

USES=		perl5 shebangfix
SHEBANG_FILES=	example.pl
USE_PERL5=	configure
WRKSRC=		${WRKDIR}/${PORTNAME}
NO_ARCH=	yes

.include <bsd.port.mk>