diff options
Diffstat (limited to 'net/p5-ZConf/Makefile')
-rw-r--r-- | net/p5-ZConf/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/p5-ZConf/Makefile b/net/p5-ZConf/Makefile index d0cbd58b183f..aa013075fddb 100644 --- a/net/p5-ZConf/Makefile +++ b/net/p5-ZConf/Makefile @@ -3,6 +3,7 @@ PORTNAME= ZConf PORTVERSION= 6.1.0 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX @@ -23,7 +24,11 @@ BUILD_DEPENDS= p5-Chooser>=0:${PORTSDIR}/devel/p5-Chooser \ p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix USE_PERL5= configure +SHEBANG_FILES= bin/zcset bin/zccreate bin/zccdump bin/zcvls \ + bin/zcchooser-set bin/zcget bin/zcchooser-edit \ + bin/zcchooser-get bin/zcchooser-run bin/zcls \ + bin/zcrm bin/zcvdel .include <bsd.port.mk> |