summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2007-03-25 17:58:42 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2007-03-25 17:58:42 +0000
commiteaeaa8e74e342c2113a8e84585eebb2c54f917f9 (patch)
treeacbcc86566fe23f728ae363124b5a5704c4c1176 /textproc
parent- update to 2.5.2 (diff)
- update dependency and unbreak this port
Notes
Notes: svn path=/head/; revision=188310
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>