mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
b17164fdb6
commit
70eae1e123
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360998
@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Attribute wrapper for Getopt::Long
|
||||
|
||||
USES= perl5
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,10 +1,10 @@
|
||||
This module provides an attribute wrapper around Getopt::Long.
|
||||
Instead of declaring the options in a hash with references to the
|
||||
variables and subroutines affected by the options, you can use the
|
||||
Getopt attribute on the variables and subroutines directly.
|
||||
This module provides an attribute wrapper around Getopt::Long. Instead of
|
||||
declaring the options in a hash with references to the variables and subroutines
|
||||
affected by the options, you can use the Getopt attribute on the variables and
|
||||
subroutines directly.
|
||||
|
||||
As you can see from the Synopsis, the attribute takes an argument of
|
||||
the same format as you would give as the hash key for Getopt::Long.
|
||||
See the Getopt::Long manpage for details.
|
||||
As you can see from the Synopsis, the attribute takes an argument of the same
|
||||
format as you would give as the hash key for Getopt::Long. See the Getopt::Long
|
||||
manpage for details.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Getopt-Attribute/
|
||||
|
@ -1,6 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Attribute/.packlist
|
||||
%%SITE_PERL%%/Getopt/Attribute.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Attribute/.packlist
|
||||
%%PERL5_MAN3%%/Getopt::Attribute.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Getopt
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Attribute
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Attribute
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt
|
||||
@dirrmtry %%SITE_PERL%%/Getopt
|
||||
|
Loading…
Reference in New Issue
Block a user