freebsd-ports/lang/perl5.10/pkg-install
Mark Murray 797ed92386 Upgrade this to perl5.6.0 for _knowledgeable_ folks in STABLE who
really want it.

This is still marked FORBIDDEN as there may be all sorts of horrible
incompatabilities with the perl5 in "base", but folks who are willing
to override this and experiment are welcome.

Consider this to be only partially supported. I'll happily commit
patches and fixes, but I don't want to answer too many questions.

Sorry!
2001-03-22 15:17:46 +00:00

12 lines
181 B
Bash

#!/bin/sh
if [ "$2" != POST-INSTALL ] ; then
exit 0
fi
install -d ${PREFIX}/lib/perl5/site_perl/5.6.0/arch
cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h
exit 0