aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2007-03-26 01:58:42 +0800
committerleeym <leeym@FreeBSD.org>2007-03-26 01:58:42 +0800
commit06b5b738d06125940595c4c4fb83beed5cd9b871 (patch)
treed951018a8141ea8361f02b8e6de58c62bc74c021 /textproc
parent602c82b3add2e0608690b643048a625c9f11f56d (diff)
downloadfreebsd-ports-gnome-06b5b738d06125940595c4c4fb83beed5cd9b871.tar.gz
freebsd-ports-gnome-06b5b738d06125940595c4c4fb83beed5cd9b871.tar.zst
freebsd-ports-gnome-06b5b738d06125940595c4c4fb83beed5cd9b871.zip
- update dependency and unbreak this port
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-Trac/Makefile21
1 files changed, 7 insertions, 14 deletions
diff --git a/textproc/p5-Text-Trac/Makefile b/textproc/p5-Text-Trac/Makefile
index 570379f51712..9d2580874aa2 100644
--- a/textproc/p5-Text-Trac/Makefile
+++ b/textproc/p5-Text-Trac/Makefile
@@ -15,23 +15,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for formatting text with Trac Wiki Style
-RUN_DEPENDS= ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
+RUN_DEPENDS= ${SITE_PERL}/Test/Base.pm:${PORTSDIR}/devel/p5-Test-Base \
+ ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \
+ ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
- ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require
+ ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \
+ ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils
+BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Text::Trac.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-IGNORE= requires perl5.6. Install lang/perl5 or lang/perl5.8 and try again
-.endif
-
-.if ${PERL_LEVEL} < 500602
-BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-BROKEN= hangs asking 'Please enter your CPAN site' repeatedly
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>