- Add stage support

- Fix build with Perl 5.16

Makefile.PL is using auto_set_homepage which included inside
Module::Install::Homepage and required URI::Escape.

With hat:	perl@
This commit is contained in:
Andrej Zverev 2013-10-04 19:03:05 +00:00
parent eed896f16d
commit e183a0c6d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329359
3 changed files with 22 additions and 23 deletions

View file

@ -17,28 +17,9 @@ RUN_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/devel/p5-App-Cmd \
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-Getopt-Attribute>=0:${PORTSDIR}/devel/p5-Getopt-Attribute \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI
USES= perl5
USE_PERL5= configure
MAN1= distfind.1
MAN3= Dist::Joseki.3 \
Dist::Joseki::Base.3 \
Dist::Joseki::Cmd.3 \
Dist::Joseki::Cmd::Command.3 \
Dist::Joseki::Cmd::Multiplexable.3 \
Dist::Joseki::Command::clean.3 \
Dist::Joseki::Command::install.3 \
Dist::Joseki::Command::manifest.3 \
Dist::Joseki::Command::props.3 \
Dist::Joseki::Command::test.3 \
Dist::Joseki::Command::version.3 \
Dist::Joseki::DistType.3 \
Dist::Joseki::DistType::Base.3 \
Dist::Joseki::DistType::MakeMaker.3 \
Dist::Joseki::DistType::ModuleBuild.3 \
Dist::Joseki::Find.3 \
Dist::Joseki::Version.3
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -7,4 +7,4 @@ Dist::Joseki offers you tools that help you in developing Perl module
distributions if you stick to a certain formulaic style of
structuring your distributions.
WWW: http://search.cpan.org/dist/Dist-Joseki/
WWW: http://search.cpan.org/dist/Dist-Joseki/

View file

@ -1,3 +1,5 @@
bin/dist
bin/distfind
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dist/Joseki/.packlist
%%SITE_PERL%%/Dist/Joseki.pm
%%SITE_PERL%%/Dist/Joseki/Base.pm
@ -16,8 +18,24 @@
%%SITE_PERL%%/Dist/Joseki/DistType/ModuleBuild.pm
%%SITE_PERL%%/Dist/Joseki/Find.pm
%%SITE_PERL%%/Dist/Joseki/Version.pm
bin/dist
bin/distfind
man/man1/distfind.1.gz
%%PERL5_MAN3%%/Dist::Joseki.3.gz
%%PERL5_MAN3%%/Dist::Joseki::Base.3.gz
%%PERL5_MAN3%%/Dist::Joseki::Cmd.3.gz
%%PERL5_MAN3%%/Dist::Joseki::Cmd::Command.3.gz
%%PERL5_MAN3%%/Dist::Joseki::Cmd::Multiplexable.3.gz
%%PERL5_MAN3%%/Dist::Joseki::Command::clean.3.gz
%%PERL5_MAN3%%/Dist::Joseki::Command::install.3.gz
%%PERL5_MAN3%%/Dist::Joseki::Command::manifest.3.gz
%%PERL5_MAN3%%/Dist::Joseki::Command::props.3.gz
%%PERL5_MAN3%%/Dist::Joseki::Command::test.3.gz
%%PERL5_MAN3%%/Dist::Joseki::Command::version.3.gz
%%PERL5_MAN3%%/Dist::Joseki::DistType.3.gz
%%PERL5_MAN3%%/Dist::Joseki::DistType::Base.3.gz
%%PERL5_MAN3%%/Dist::Joseki::DistType::MakeMaker.3.gz
%%PERL5_MAN3%%/Dist::Joseki::DistType::ModuleBuild.3.gz
%%PERL5_MAN3%%/Dist::Joseki::Find.3.gz
%%PERL5_MAN3%%/Dist::Joseki::Version.3.gz
@dirrmtry %%SITE_PERL%%/Dist/Joseki/DistType
@dirrmtry %%SITE_PERL%%/Dist/Joseki/Command
@dirrmtry %%SITE_PERL%%/Dist/Joseki/Cmd