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
a34e169802
commit
7b89408f17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363552
@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Variable ties made easier: much, much, much easier
|
||||
|
||||
USES= perl5
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,14 +1,14 @@
|
||||
This module adds the ability to quickly create new types of tie
|
||||
objects without creating a complete class. It does so in such a way as
|
||||
to try and make the programmers life easier when it comes to
|
||||
single-use ties that I find myself wanting to use from time-to-time.
|
||||
This module adds the ability to quickly create new types of tie objects without
|
||||
creating a complete class. It does so in such a way as to try and make the
|
||||
programmers life easier when it comes to single-use ties that I find myself
|
||||
wanting to use from time-to-time.
|
||||
|
||||
The Tie::Simple package is actually a front-end to other classes which
|
||||
really do all the work once tied, but this package does the dwimming
|
||||
to automatically figure out what you're trying to do.
|
||||
The Tie::Simple package is actually a front-end to other classes which really do
|
||||
all the work once tied, but this package does the dwimming to automatically
|
||||
figure out what you're trying to do.
|
||||
|
||||
I've tried to make this as intuitive as possible and dependent on
|
||||
other bits of Perl where I can to minimize the need for documentation
|
||||
and to make this extra, extra spiffy.
|
||||
I've tried to make this as intuitive as possible and dependent on other bits of
|
||||
Perl where I can to minimize the need for documentation and to make this extra,
|
||||
extra spiffy.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Tie-Simple/
|
||||
|
@ -1,12 +1,12 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Simple/.packlist
|
||||
%%SITE_PERL%%/Tie/Simple.pm
|
||||
%%SITE_PERL%%/Tie/Simple/Array.pm
|
||||
%%SITE_PERL%%/Tie/Simple/Handle.pm
|
||||
%%SITE_PERL%%/Tie/Simple/Hash.pm
|
||||
%%SITE_PERL%%/Tie/Simple/Scalar.pm
|
||||
%%SITE_PERL%%/Tie/Simple/Util.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Simple/.packlist
|
||||
%%PERL5_MAN3%%/Tie::Simple.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Simple
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Simple
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie
|
||||
@dirrmtry %%SITE_PERL%%/Tie/Simple
|
||||
@dirrm %%SITE_PERL%%/Tie/Simple
|
||||
@dirrmtry %%SITE_PERL%%/Tie
|
||||
|
Loading…
Reference in New Issue
Block a user