We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This walkthrough was tested with 64-bit FreeBSD 9.2, but generally any recent 64-bit FreeBSD should do.
If you don't have the ports tree yet, download and extract it using portsnap:
portsnap fetch portsnap extract
If you already have a ports tree, you may want to update it:
portsnap fetch update
Install the portmaster tool (if not installed)
cd /usr/ports/ports-mgmt/portmaster make install clean
Install using portmaster
portmaster lang/hiphop-php
cd /usr/ports/lang/hiphop-php make install
Clean-up after install (if desired)
make clean