From c1e381c75b306422572aa3a253f657cc778b5080 Mon Sep 17 00:00:00 2001 From: bofh Date: Sun, 18 Nov 2018 21:54:55 +0000 Subject: devel/p5-App-SVN-Bisect: Add LICENSE_FILE - Mark No_ARCH - Use shebangfix PR: 233276 Submitted by: yasu@utahime.org --- devel/p5-App-SVN-Bisect/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'devel/p5-App-SVN-Bisect/Makefile') diff --git a/devel/p5-App-SVN-Bisect/Makefile b/devel/p5-App-SVN-Bisect/Makefile index d57012b16767..34bd29e5065f 100644 --- a/devel/p5-App-SVN-Bisect/Makefile +++ b/devel/p5-App-SVN-Bisect/Makefile @@ -3,7 +3,7 @@ PORTNAME= App-SVN-Bisect PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ MAINTAINER= bofh@FreeBSD.org COMMENT= Binary search through svn revisions LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-IO-All>0:devel/p5-IO-All \ @@ -21,6 +22,9 @@ TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-Test-Output>=0:devel/p5-Test-Output USES= perl5 -USE_PERL5= configure +USE_PERL5= configure shebangfix + +NO_ARCH= yes +SHEBANNG_FILES= bin/svn-bisect .include -- cgit