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
28b9a01f15
commit
947e4ea056
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360968
@ -11,7 +11,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Alias for __PACKAGE__
|
||||
|
||||
USES= perl5
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
$CLASS has the additional benefit of working in strings.
|
||||
|
||||
CLASS is a constant, not a subroutine call. $CLASS is a plain
|
||||
variable, it is not tied. There is no performance loss for using CLASS
|
||||
over __PACKAGE__ except the loading of the module.
|
||||
CLASS is a constant, not a subroutine call. $CLASS is a plain variable, it is
|
||||
not tied. There is no performance loss for using CLASS over __PACKAGE__ except
|
||||
the loading of the module.
|
||||
|
||||
WWW: http://search.cpan.org/dist/CLASS/
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CLASS/.packlist
|
||||
%%SITE_PERL%%/CLASS.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CLASS/.packlist
|
||||
%%PERL5_MAN3%%/CLASS.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CLASS
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CLASS
|
||||
|
Loading…
Reference in New Issue
Block a user