09e1e8caf0
- Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
20 lines
427 B
Makefile
20 lines
427 B
Makefile
# 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>
|