aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbofh <bofh@FreeBSD.org>2018-11-19 05:54:55 +0800
committerbofh <bofh@FreeBSD.org>2018-11-19 05:54:55 +0800
commitc1e381c75b306422572aa3a253f657cc778b5080 (patch)
tree45b23a1e6de7f34f52542fea91990cbbc05364ff
parent828dc0329525fa2a7bb5594455909c7c1ee838d0 (diff)
downloadfreebsd-ports-gnome-c1e381c75b306422572aa3a253f657cc778b5080.tar.gz
freebsd-ports-gnome-c1e381c75b306422572aa3a253f657cc778b5080.tar.zst
freebsd-ports-gnome-c1e381c75b306422572aa3a253f657cc778b5080.zip
devel/p5-App-SVN-Bisect: Add LICENSE_FILE
- Mark No_ARCH - Use shebangfix PR: 233276 Submitted by: yasu@utahime.org
-rw-r--r--devel/p5-App-SVN-Bisect/Makefile8
1 files changed, 6 insertions, 2 deletions
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 <bsd.port.mk>