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
7101e49887
commit
349d230277
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360972
@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Simple reading and writing from an INI file
|
||||
|
||||
USES= perl5
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,6 @@
|
||||
Config::INI::Simple is for very simplistic reading and writing of INI
|
||||
files. A new object must be created for each INI file (an object keeps
|
||||
all the data read in from an INI which is used on the write method to
|
||||
write to the INI). It also keeps all your comments and original order
|
||||
intact.
|
||||
Config::INI::Simple is for very simplistic reading and writing of INI files. A
|
||||
new object must be created for each INI file (an object keeps all the data read
|
||||
in from an INI which is used on the write method to write to the INI). It also
|
||||
keeps all your comments and original order intact.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Config-INI-Simple/
|
||||
|
@ -1,7 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI/Simple/.packlist
|
||||
%%SITE_PERL%%/Config/INI/Simple.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI/Simple/.packlist
|
||||
%%PERL5_MAN3%%/Config::INI::Simple.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI/Simple
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI/Simple
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config
|
||||
@dirrmtry %%SITE_PERL%%/Config/INI
|
||||
|
Loading…
Reference in New Issue
Block a user