On Wed, Oct 28, 2015 at 04:59:40AM -0600, Abel Abraham Camarillo Ojeda wrote: > Hi ports > > importing this old version (2.09) because newer versions > require p5-DBD-Pg>=3.5.1 for proper support to fetch > json values from database - and "i'm in a hurry and don't > require that" > > also request for help about how to integrate tests with > ports - i tested manually using : > > $ (cd /tmp; mkdir pg; initdb -U _postgresql -D pg;\ > postgres -U _postgresql -D pg); > # (in other terminal:) > $ cd /usr/ports/mystuff/databases/p5-Mojo-Pg; > $ make test; > # then ^C postgres...
Look at postgresql.port.mk which is made *just* for this. Landry
