diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-22 10:25:43 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-22 10:25:43 +0000 |
commit | dc61da2271bf60984a4d87828bbbc7ae42437e9f (patch) | |
tree | ba62b4d3837a02a7bb332b9406b681ad1d56a962 | |
parent | - Fix shebangs (diff) |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
Notes
Notes:
svn path=/head/; revision=387014
-rw-r--r-- | www/p5-Selenium-Remote-Driver/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-Selenium-Remote-Driver/Makefile b/www/p5-Selenium-Remote-Driver/Makefile index 6d6d2774fca7..8efc8df75d8b 100644 --- a/www/p5-Selenium-Remote-Driver/Makefile +++ b/www/p5-Selenium-Remote-Driver/Makefile @@ -2,6 +2,7 @@ PORTNAME= Selenium-Remote-Driver PORTVERSION= 0.2300 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GEMPESAW @@ -26,7 +27,8 @@ BUILD_DEPENDS= p5-Archive-Extract>=0.74:${PORTSDIR}/archivers/p5-Archive-Extract p5-namespace-clean>=0.25:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= driver-example.pl USE_PERL5= configure NO_ARCH= yes |