Perl error

I have updated of perl but:
Code:
===>  License not correctly defined: multiple licenses in LICENSE, but LICENSE_COMB is set to single (or undefined)
*** Error code 1

Stop in /usr/ports/lang/perl5.10.
*** Error code 1

Stop in /usr/ports/lang/perl5.10.
 
Alternatively, commenting out the LICENSE line in Perl's Makefile does the trick as well.
 
PR 151963

The fix is already being rolled out, so undo the changes you made to either make.conf and/or the port's Makefile and wait for the new version to arrive in a couple of hours.
 
It's in the ports tree now anyway.

Code:
[/usr/ports/lang] $ grep ^LICENSE perl5.*/Makefile
perl5.10/Makefile:LICENSE=	ART10 GPLv1
perl5.10/Makefile:LICENSE_COMB=	dual
perl5.12/Makefile:LICENSE=	ART10 GPLv1
perl5.12/Makefile:LICENSE_COMB=	dual
perl5.8/Makefile:LICENSE=	ART10 GPLv1
perl5.8/Makefile:LICENSE_COMB=	dual
 
Back
Top