aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-CDB_File
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-29 14:29:58 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-29 14:29:58 +0000
commitcf40bf04a8795770bf0d0c0dff9c11759c3406aa (patch)
tree4f5d6d9357bc4c3cc13c2091bbf41af89e5ce320 /databases/p5-CDB_File
parentb80dedf567cc38db138e4de2ac82e220580e5f26 (diff)
downloadports-cf40bf04a8795770bf0d0c0dff9c11759c3406aa.tar.gz
ports-cf40bf04a8795770bf0d0c0dff9c11759c3406aa.zip
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q2
Notes
Notes: svn path=/head/; revision=387860
Diffstat (limited to 'databases/p5-CDB_File')
-rw-r--r--databases/p5-CDB_File/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-CDB_File/Makefile b/databases/p5-CDB_File/Makefile
index 94403814f7ca..34aa9181bc39 100644
--- a/databases/p5-CDB_File/Makefile
+++ b/databases/p5-CDB_File/Makefile
@@ -3,7 +3,7 @@
PORTNAME= CDB_File
PORTVERSION= 0.97
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= nistor@snickers.org
COMMENT= Perl5 interface to the CDB package
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= bun-x.pl
USE_PERL5= configure
.include <bsd.port.mk>