diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-16 14:01:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-16 14:01:51 +0000 |
commit | 290da9d5f62b05e8b0bd39f746dffe4599a6624a (patch) | |
tree | f93b032cca39daa32107114dd38b0f5a64ce9139 /deskutils | |
parent | 2eeea3727690a5e2ddceebddba22999f0cef143d (diff) | |
download | ports-290da9d5f62b05e8b0bd39f746dffe4599a6624a.tar.gz ports-290da9d5f62b05e8b0bd39f746dffe4599a6624a.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/p5-ZConf-Runner/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/p5-ZConf-Runner/Makefile b/deskutils/p5-ZConf-Runner/Makefile index 05171fc2a900..120751386484 100644 --- a/deskutils/p5-ZConf-Runner/Makefile +++ b/deskutils/p5-ZConf-Runner/Makefile @@ -3,7 +3,7 @@ PORTNAME= ZConf-Runner PORTVERSION= 2.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-ZConf>=6.1.0:${PORTSDIR}/net/p5-ZConf \ p5-String-ShellQuote>=1.04:${PORTSDIR}/textproc/p5-String-ShellQuote RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bin/zcrunner USE_PERL5= configure .include <bsd.port.mk> |