From a166b04365b7bdd50b0e530c5e6171005b3c7a2c Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 30 May 2015 12:38:01 +0000 Subject: [PATCH] - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 --- databases/p5-tokyotyrant/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/databases/p5-tokyotyrant/Makefile b/databases/p5-tokyotyrant/Makefile index c7b6ab7e7aa1..745cb55123c4 100644 --- a/databases/p5-tokyotyrant/Makefile +++ b/databases/p5-tokyotyrant/Makefile @@ -3,7 +3,7 @@ PORTNAME= tokyotyrant PORTVERSION= 1.16 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases perl5 MASTER_SITES= http://fallabs.com/${PORTNAME}/perlpkg/ PKGNAMEPREFIX= p5- @@ -15,7 +15,9 @@ COMMENT= Perl5 interface to the TokyoTyrant BUILD_DEPENDS= tokyotyrant>=1.1.40:${PORTSDIR}/databases/tokyotyrant LIB_DEPENDS= libtokyotyrant.so:${PORTSDIR}/databases/tokyotyrant -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= tcrtest.pl ttutest.pl USE_PERL5= configure +NO_ARCH= yes .include