Ship Perl with its real licenses, and not the stock ones.
While there, sort the plist according to makeplist. Sponsored by: Absolight
This commit is contained in:
parent
1ad6236c36
commit
e78d28a488
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355464
6 changed files with 3445 additions and 3439 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= perl
|
||||
PORTVERSION= ${PERL_VERSION}
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= lang devel perl5
|
||||
MASTER_SITES= CPAN \
|
||||
${MASTER_SITE_LOCAL:S/$/:local/} \
|
||||
|
@ -19,6 +19,8 @@ COMMENT= Practical Extraction and Report Language
|
|||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_ART10= ${WRKSRC}/Artistic
|
||||
LICENSE_FILE_GPLv1= ${WRKSRC}/Copying
|
||||
|
||||
CONFLICTS_INSTALL= perl5.14-* perl5.16-* perl5.18-*
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= perl
|
||||
PORTVERSION= ${PERL_VERSION}
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= lang devel perl5
|
||||
MASTER_SITES= CPAN \
|
||||
${MASTER_SITE_LOCAL:S/$/:local/} \
|
||||
|
@ -19,6 +19,8 @@ COMMENT= Practical Extraction and Report Language
|
|||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_ART10= ${WRKSRC}/Artistic
|
||||
LICENSE_FILE_GPLv1= ${WRKSRC}/Copying
|
||||
|
||||
CONFLICTS_INSTALL= perl5.14-* perl5.16-* perl5.18-*
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= perl
|
||||
PORTVERSION= ${PERL_VERSION}
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= lang devel perl5
|
||||
MASTER_SITES= CPAN \
|
||||
${MASTER_SITE_LOCAL:S/$/:local/} \
|
||||
|
@ -19,6 +19,8 @@ COMMENT= Practical Extraction and Report Language
|
|||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_ART10= ${WRKSRC}/Artistic
|
||||
LICENSE_FILE_GPLv1= ${WRKSRC}/Copying
|
||||
|
||||
CONFLICTS_INSTALL= perl5.14-* perl5.16-* perl5.18-*
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue