aboutsummaryrefslogtreecommitdiffstats
path: root/www/pruby
Commit message (Collapse)AuthorAgeFilesLines
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-8/+8
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Use '::' as an dependency operator for pre-everything target. This isdirk2001-12-311-1/+1
| | | | | | needed because of the special nature of the pre-everything target. See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details.
* I hate it that I have to make this port directly lib-depend onknu2001-04-121-0/+3
| | | | | | | | databases/mysql323-client, but this seems to be the only and last means to make it build on bento. *SIGH* I still strongly hope that apache & mod_php4 will be fix in some way to avoid this kind of silly workaround.
* Run-depend on mod_php4. Seems the standalone php (lang/php4) and theknu2001-03-191-0/+1
| | | | | | | apache module of php4 (www/mod_php4) have discrepant (or just "different") dependencies. I hope this would fix the build of pruby on bento..
* Avoid the use of `!=' assignment where it's possible. Some oldknu2001-03-031-4/+6
| | | | | | make(1) seems to have a messy problem with it. Submitted by: FreshPorts
* Add pruby, a glue interface between PHP and Ruby.knu2001-03-037-0/+226