diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-24 17:06:16 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-24 17:06:16 +0800 |
commit | 2bf3a7d1638143e485fc2e6db191074f54a1fe82 (patch) | |
tree | 889371cc841d46c013817c806763a37fe3845f9f /devel | |
parent | 076ca9ab90fae97a3e1c678f0a39c341947516cf (diff) | |
download | freebsd-ports-gnome-2bf3a7d1638143e485fc2e6db191074f54a1fe82.tar.gz freebsd-ports-gnome-2bf3a7d1638143e485fc2e6db191074f54a1fe82.tar.zst freebsd-ports-gnome-2bf3a7d1638143e485fc2e6db191074f54a1fe82.zip |
Mark BROKEN: Fails to configure
===> Configuring for p5-Module-Install-Template-0.08
Can't locate URI/Escape.pm in @INC (@INC contains: inc /usr/local/lib/perl5/5.16/BSDPAN /usr/local/lib/perl5/site_perl/5.16/mach /usr/local/lib/perl5/site_perl/5.16 /usr/local/lib/perl5/5.16/mach /usr/local/lib/perl5/5.16 .) at inc/Module/Install/Homepage.pm line 5.
BEGIN failed--compilation aborted at inc/Module/Install/Homepage.pm line 5.
Compilation failed in require at inc/Module/Install.pm line 283.
Can't locate URI/Escape.pm in @INC (@INC contains: inc /usr/local/lib/perl5/5.16/BSDPAN /usr/local/lib/perl5/site_perl/5.16/mach /usr/local/lib/perl5/site_perl/5.16 /usr/local/lib/perl5/5.16/mach /usr/local/lib/perl5/5.16 .) at inc/Module/Install/Bugtracker.pm line 5.
BEGIN failed--compilation aborted at inc/Module/Install/Bugtracker.pm line 5.
Compilation failed in require at inc/Module/Install.pm line 283.
Bareword "auto_set_homepage" not allowed while "strict subs" in use at ./Makefile.PL line 7.
Bareword "auto_set_bugtracker" not allowed while "strict subs" in use at ./Makefile.PL line 8.
Execution of ./Makefile.PL aborted due to compilation errors.
*** [do-configure] Error code 255
Reported by: pkg-fallout
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Module-Install-Template/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/p5-Module-Install-Template/Makefile b/devel/p5-Module-Install-Template/Makefile index f62fb592974e..1145ddf2c393 100644 --- a/devel/p5-Module-Install-Template/Makefile +++ b/devel/p5-Module-Install-Template/Makefile @@ -10,6 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Treat module source code as a template +BROKEN= Fails to configure + BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install RUN_DEPENDS:= ${BUILD_DEPENDS} |