Index: head/games/p5-Games-Bingo-Bot/Makefile =================================================================== --- head/games/p5-Games-Bingo-Bot/Makefile (revision 387868) +++ head/games/p5-Games-Bingo-Bot/Makefile (revision 387869) @@ -1,33 +1,33 @@ # Created by: Lars Thegler # $FreeBSD$ PORTNAME= Games-Bingo-Bot PORTVERSION= 0.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Simple class holding IRC related methods for bingo BUILD_DEPENDS= p5-Games-Bingo>=0:${PORTSDIR}/games/p5-Games-Bingo RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bin/bingobot.pl USE_PERL5= configure +NO_ARCH= yes PORTEXAMPLES= bingobot.pl OPTIONS_DEFINE= EXAMPLES - -.include post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/bin/bingobot.pl ${STAGEDIR}${EXAMPLESDIR} regression-test: build @cd ${WRKSRC} && ${MAKE} -s test .include