Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
f9048943
Commit
f9048943
authored
May 22, 2014
by
Gary Wong
Browse files
Add mod_wsgi3 and py-flask ports (needed for ops-monitoring).
parent
e9a21edc
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/updates/5/42
0 → 100644
View file @
f9048943
#
# Add mod_wsgi3 and py-flask ports.
#
use strict;
use libinstall;
use emdbi;
sub InstallUpdate($$)
{
my ($version, $phase) = @_;
if ($phase eq "pre") {
Phase "mod_wsgi3", "Checking for port mod_wsgi3", sub {
DoneIfPackageInstalled("mod_wsgi3");
ExecQuietFatal("cd $PORTSDIR/www/mod_wsgi3; ".
"make MASTER_SITE_FREEBSD=1 -DBATCH install");
};
Phase "py-flask", "Checking for port py-flask", sub {
DoneIfPackageInstalled("py-flask");
ExecQuietFatal("cd $PORTSDIR/www/py-flask; ".
"make MASTER_SITE_FREEBSD=1 -DBATCH install");
};
}
return 0;
}
1;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment