Automatic Install of Portpackage

Hey Community!

I'm writing an install script, and I want to install in this script a port/package, without userinput, with standard settings (Python).

When I write:
Code:
cd /usr/ports/lang/python && make install
It asks for some settings, but I don't wan't this. How can I make an automatic install?

Sincerely,
Gravita
 
Yeah, I can't get it, how I can install a port, with a command?
make batch install does not work.
 
Back
Top