aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2013-05-29 19:20:52 +0000
committerChris Rees <crees@FreeBSD.org>2013-05-29 19:20:52 +0000
commitd8fec0cdc6ea567dc88a7429ccef0de36d74934a (patch)
tree78722464951fb2d426b5ca4b1137706f2ce1fb9f /Tools
parent0561da0d0b1d23e2dfa3898b1906a3ef2ec11416 (diff)
downloadports-d8fec0cdc6ea567dc88a7429ccef0de36d74934a.tar.gz
ports-d8fec0cdc6ea567dc88a7429ccef0de36d74934a.zip
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/addport3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/scripts/addport b/Tools/scripts/addport
index 7759ccaf250d..a5507b45b934 100755
--- a/Tools/scripts/addport
+++ b/Tools/scripts/addport
@@ -38,6 +38,9 @@
# MAINTAINER= crees@FreeBSD.org
#
+# Smartmatch operator (~~) used
+require 5.10.1;
+
use Cwd "abs_path";
use Getopt::Std;
use Sys::Hostname;