svn commit: r387869 - head/games/p5-Games-Bingo-Bot
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 29 15:59:37 UTC 2015
Author: amdmi3
Date: Fri May 29 15:59:36 2015
New Revision: 387869
URL: https://svnweb.freebsd.org/changeset/ports/387869
Log:
- Fix shebangs
- Add NO_ARCH
MFH: 2015Q2
Approved by: portmgr blanket
Modified:
head/games/p5-Games-Bingo-Bot/Makefile
Modified: head/games/p5-Games-Bingo-Bot/Makefile
==============================================================================
--- head/games/p5-Games-Bingo-Bot/Makefile Fri May 29 15:39:10 2015 (r387868)
+++ head/games/p5-Games-Bingo-Bot/Makefile Fri May 29 15:59:36 2015 (r387869)
@@ -3,7 +3,7 @@
PORTNAME= Games-Bingo-Bot
PORTVERSION= 0.01
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,15 +14,15 @@ COMMENT= Simple class holding IRC relate
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 <bsd.port.options.mk>
-
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/bin/bingobot.pl ${STAGEDIR}${EXAMPLESDIR}
More information about the svn-ports-all
mailing list