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
730698f704
commit
75057e7b35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363548
@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Detect encoding of the current terminal
|
||||
|
||||
USES= perl5
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
Term::Encoding is a simple module to detect an encoding the current
|
||||
terminal expects, in various ways.
|
||||
Term::Encoding is a simple module to detect an encoding the current terminal
|
||||
expects, in various ways.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Term-Encoding/
|
||||
|
@ -1,6 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Encoding/.packlist
|
||||
%%SITE_PERL%%/Term/Encoding.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Encoding/.packlist
|
||||
%%PERL5_MAN3%%/Term::Encoding.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Encoding
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Encoding
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term
|
||||
@dirrmtry %%SITE_PERL%%/Term
|
||||
|
Loading…
Reference in New Issue
Block a user