Module::Build(Build.PL)を使うperl moduleのFreeBSD portsを作る

Module::Buildを使うperl moduleは、Makefile.PLがなくて、代わりにBuild.PLがある。というわけで、PERL_CONFIGUREは使えない。ならどうするかというと、PERL_MODBUILDを使う。bsd.perl.mkによると、以下の通り。

# PERL_MODBUILD - Use Module::Build to configure, build and install
#                                 port.  The version requirement can be specified
#                                 here, as well.

バージョン指定が必要なければ、PERL_CONFIGUREの代わりにMakefileに記述するだけでOK。