mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
- Recent version of Mouse requires Devel::PPPort>=3.19, and included
Module::Install::XSUtil requires ExtUtils::ParseXS>=2.21. - This fixes 'ld-elf.so.1: Mouse.so: Undefined symbol "HvNAMELEN_get"' problems when building dependent ports.
This commit is contained in:
parent
46eda6bbe3
commit
60d78a33a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247901
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= Mouse
|
||||
PORTVERSION= 0.4600
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/G/GF/GFUJI
|
||||
@ -16,6 +17,9 @@ DISTNAME= ${PORTNAME}-0.46
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Moose minus the antlers
|
||||
|
||||
BUILD_DEPENDS= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort \
|
||||
p5-ExtUtils-ParseXS>=2.21:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
|
||||
|
||||
PERL_CONFIGURE= 5.8.5+
|
||||
|
||||
MAN3= Mouse.3 \
|
||||
|
Loading…
Reference in New Issue
Block a user