Remove Perl core modules
- Add LICENSE_FILE - Add NO_ARCH - Sort PLIST - Bump PORTREVISION for dependency change
This commit is contained in:
parent
de658cc5a4
commit
f236a605f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444791
2 changed files with 4 additions and 4 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= Test-Reporter
|
||||
PORTVERSION= 1.62
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -11,10 +12,9 @@ COMMENT= Sends test results to cpan-testers@perl.org
|
|||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= p5-Net>0:net/p5-Net
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
%%SITE_PERL%%/Test/Reporter.pm
|
||||
%%SITE_PERL%%/Test/Reporter/Transport.pm
|
||||
%%SITE_PERL%%/Test/Reporter/Transport/File.pm
|
||||
%%SITE_PERL%%/Test/Reporter/Transport/Null.pm
|
||||
%%SITE_PERL%%/Test/Reporter/Transport.pm
|
||||
%%PERL5_MAN3%%/Test::Reporter.3.gz
|
||||
%%PERL5_MAN3%%/Test::Reporter::Transport.3.gz
|
||||
%%PERL5_MAN3%%/Test::Reporter::Transport::File.3.gz
|
||||
|
|
Loading…
Reference in a new issue