mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- Fix build with perl 5.12 relying on devel/p5-ExtUtils-MakeMaker
- Add WWW line in pkg-descr GD::Graph required functional of ExtUtil::MakeMaker version >= 6.57_02. Perl 5.12 have only ExtUtils::MakeMaker version 6.56 in core. Reported by: tim@bishnet.net, milki@rescomp.berkeley.edu
This commit is contained in:
parent
95df543e23
commit
78b38f79d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325332
@ -25,4 +25,10 @@ MAN3= GD::Graph.3 \
|
||||
GD::Graph::colour.3 \
|
||||
GD::Graph::hbars.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501400
|
||||
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.58:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1,3 @@
|
||||
GD::Graph is a perl5 module to create charts using the GD module.
|
||||
|
||||
WWW: http://search.cpan.org/dist/GDGraph/
|
||||
|
Loading…
Reference in New Issue
Block a user