- Add LICENSE
- Fix BUILD_DEPENDS - Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
ff3e7424e4
commit
3735fa678e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360976
3 changed files with 25 additions and 16 deletions
|
@ -10,6 +10,17 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Tools for the prolific module author
|
||||
|
||||
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 \
|
||||
|
@ -17,9 +28,8 @@ 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
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
"Joseki" is a japanese term from the game Go and means "a formulaic
|
||||
sequence of moves which is established for giving equal outcomes to
|
||||
both players", but it has come into general use to describe any fixed
|
||||
form of behaviour.
|
||||
"Joseki" is a japanese term from the game Go and means "a formulaic sequence of
|
||||
moves which is established for giving equal outcomes to both players", but it
|
||||
has come into general use to describe any fixed form of behaviour.
|
||||
|
||||
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.
|
||||
distributions if you stick to a certain formulaic style of structuring your
|
||||
distributions.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Dist-Joseki/
|
||||
|
|
|
@ -1,6 +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
|
||||
%%SITE_PERL%%/Dist/Joseki/Cmd.pm
|
||||
|
@ -18,7 +17,7 @@ bin/distfind
|
|||
%%SITE_PERL%%/Dist/Joseki/DistType/ModuleBuild.pm
|
||||
%%SITE_PERL%%/Dist/Joseki/Find.pm
|
||||
%%SITE_PERL%%/Dist/Joseki/Version.pm
|
||||
man/man1/distfind.1.gz
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dist/Joseki/.packlist
|
||||
%%PERL5_MAN3%%/Dist::Joseki.3.gz
|
||||
%%PERL5_MAN3%%/Dist::Joseki::Base.3.gz
|
||||
%%PERL5_MAN3%%/Dist::Joseki::Cmd.3.gz
|
||||
|
@ -36,10 +35,11 @@ man/man1/distfind.1.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
|
||||
@dirrmtry %%SITE_PERL%%/Dist/Joseki
|
||||
@dirrmtry %%SITE_PERL%%/Dist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dist/Joseki
|
||||
man/man1/distfind.1.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dist/Joseki
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dist
|
||||
@dirrm %%SITE_PERL%%/Dist/Joseki/DistType
|
||||
@dirrm %%SITE_PERL%%/Dist/Joseki/Command
|
||||
@dirrm %%SITE_PERL%%/Dist/Joseki/Cmd
|
||||
@dirrm %%SITE_PERL%%/Dist/Joseki
|
||||
@dirrmtry %%SITE_PERL%%/Dist
|
||||
|
|
Loading…
Reference in a new issue