- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q2
This commit is contained in:
parent
d56238fcca
commit
87bf9b82e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387000
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= Catalyst-Model-Xapian
|
||||
PORTVERSION= 0.06
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:MRAMBERG
|
||||
|
@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.30:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
|||
p5-Search-Xapian>=1.2.7.0:${PORTSDIR}/databases/p5-Search-Xapian
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
SHEBANG_FILES= sample-indexer.pl
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue