diff options
-rw-r--r-- | net-im/p5-Net-AOLIM/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-im/p5-Net-AOLIM/Makefile b/net-im/p5-Net-AOLIM/Makefile index 40865b4f5421..5249df251822 100644 --- a/net-im/p5-Net-AOLIM/Makefile +++ b/net-im/p5-Net-AOLIM/Makefile @@ -3,7 +3,7 @@ PORTNAME= Net-AOLIM PORTVERSION= 1.61 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,8 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl OO interface to the AOL Instant Messenger TOC client protocol -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= example.pl USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} +NO_ARCH= yes .include <bsd.port.mk> |