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
349d230277
commit
5792e28494
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360973
@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Collection of miscellaneous subroutines
|
||||
|
||||
USES= perl5
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,7 @@
|
||||
This is a collection of miscellaneous subroutines useful in wide but
|
||||
varying scenarios; a catch-all module for things that don't obviously
|
||||
belong anywhere else. Obviously what's useful differs from person to
|
||||
person, but this particular collection should be useful in
|
||||
object-oriented frameworks, such as Class::Scaffold and
|
||||
Data::Conveyor.
|
||||
This is a collection of miscellaneous subroutines useful in wide but varying
|
||||
scenarios; a catch-all module for things that don't obviously belong anywhere
|
||||
else. Obviously what's useful differs from person to person, but this particular
|
||||
collection should be useful in object-oriented frameworks, such as
|
||||
Class::Scaffold and Data::Conveyor.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Data-Miscellany/
|
||||
|
@ -1,6 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany/.packlist
|
||||
%%SITE_PERL%%/Data/Miscellany.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany/.packlist
|
||||
%%PERL5_MAN3%%/Data::Miscellany.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Data
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
|
||||
@dirrmtry %%SITE_PERL%%/Data
|
||||
|
Loading…
Reference in New Issue
Block a user