- Add NO_ARCH
- Sort PLIST
This commit is contained in:
parent
91c7fa8d78
commit
f7a2dd8c90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397183
2 changed files with 4 additions and 9 deletions
|
@ -15,21 +15,16 @@ LICENSE= ART10 GPLv1
|
|||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/devel/p5-App-Cmd \
|
||||
p5-Class-Accessor-Complex>=0:${PORTSDIR}/devel/p5-Class-Accessor-Complex \
|
||||
p5-Data-Rmap>=0:${PORTSDIR}/devel/p5-Data-Rmap \
|
||||
p5-Error>=0:${PORTSDIR}/lang/p5-Error \
|
||||
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
|
||||
p5-Getopt-Attribute>=0:${PORTSDIR}/devel/p5-Getopt-Attribute \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
|
||||
RUN_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/devel/p5-App-Cmd \
|
||||
p5-Class-Accessor-Complex>=0:${PORTSDIR}/devel/p5-Class-Accessor-Complex \
|
||||
p5-Data-Rmap>=0:${PORTSDIR}/devel/p5-Data-Rmap \
|
||||
p5-Error>=0:${PORTSDIR}/lang/p5-Error \
|
||||
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
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS+= p5-URI>=0:${PORTSDIR}/net/p5-URI
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@ bin/distfind
|
|||
%%SITE_PERL%%/Dist/Joseki/DistType/ModuleBuild.pm
|
||||
%%SITE_PERL%%/Dist/Joseki/Find.pm
|
||||
%%SITE_PERL%%/Dist/Joseki/Version.pm
|
||||
%%PERL5_MAN1%%/distfind.1.gz
|
||||
%%PERL5_MAN3%%/Dist::Joseki.3.gz
|
||||
%%PERL5_MAN3%%/Dist::Joseki::Base.3.gz
|
||||
%%PERL5_MAN3%%/Dist::Joseki::Cmd.3.gz
|
||||
|
@ -34,4 +35,3 @@ bin/distfind
|
|||
%%PERL5_MAN3%%/Dist::Joseki::DistType::ModuleBuild.3.gz
|
||||
%%PERL5_MAN3%%/Dist::Joseki::Find.3.gz
|
||||
%%PERL5_MAN3%%/Dist::Joseki::Version.3.gz
|
||||
%%PERL5_MAN1%%/distfind.1.gz
|
||||
|
|
Loading…
Reference in a new issue