- Update COMMENT
- Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
93e9c4d2e0
commit
46a4d4c4cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360965
@ -8,12 +8,12 @@ MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Rapid (and easy!) creation of command line applications
|
||||
COMMENT= Rapid creation of command line applications
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,5 @@
|
||||
App::Rad aims to be a simple yet powerful framework for developing your
|
||||
command-line applications. It can easily transform your Perl one-liners
|
||||
into reusable subroutines than can be called directly by the user of
|
||||
your program.
|
||||
command-line applications. It can easily transform your Perl one-liners into
|
||||
reusable subroutines than can be called directly by the user of your program.
|
||||
|
||||
WWW: http://search.cpan.org/dist/App-Rad/
|
||||
|
@ -1,16 +1,16 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Rad/.packlist
|
||||
%%SITE_PERL%%/App/Rad.pm
|
||||
%%SITE_PERL%%/App/Rad/Config.pm
|
||||
%%SITE_PERL%%/App/Rad/Exclude.pm
|
||||
%%SITE_PERL%%/App/Rad/Help.pm
|
||||
%%SITE_PERL%%/App/Rad/Include.pm
|
||||
%%SITE_PERL%%/App/Rad/Plugin.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Rad/.packlist
|
||||
%%PERL5_MAN3%%/App::Rad.3.gz
|
||||
%%PERL5_MAN3%%/App::Rad::Exclude.3.gz
|
||||
%%PERL5_MAN3%%/App::Rad::Help.3.gz
|
||||
%%PERL5_MAN3%%/App::Rad::Include.3.gz
|
||||
%%PERL5_MAN3%%/App::Rad::Plugin.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/App/Rad
|
||||
@dirrmtry %%SITE_PERL%%/App
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Rad
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Rad
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App
|
||||
@dirrm %%SITE_PERL%%/App/Rad
|
||||
@dirrmtry %%SITE_PERL%%/App
|
||||
|
Loading…
Reference in New Issue
Block a user