diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2018-11-18 21:54:55 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2018-11-18 21:54:55 +0000 |
| commit | 3e1781dc3150684eb5fa7d5a1e54fbe1f7e4cbbc (patch) | |
| tree | 45b23a1e6de7f34f52542fea91990cbbc05364ff | |
| parent | net/nbd-server: Add missing patch files (diff) | |
devel/p5-App-SVN-Bisect: Add LICENSE_FILE
- Mark No_ARCH
- Use shebangfix
PR: 233276
Submitted by: yasu@utahime.org
Notes
Notes:
svn path=/head/; revision=485280
| -rw-r--r-- | devel/p5-App-SVN-Bisect/Makefile | 8 |
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> |
