aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-SVN-Web/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-05-02 15:34:35 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-05-02 15:34:35 +0000
commit92f48d8893d21e75eb77e9204684ad0941373537 (patch)
tree6c0f7acfa3168b55a0910d30988a67c8981de515 /devel/p5-SVN-Web/Makefile
parente78f310cd2411a8674829b61df279bf3d6e7ebe8 (diff)
Notes
Diffstat (limited to 'devel/p5-SVN-Web/Makefile')
-rw-r--r--devel/p5-SVN-Web/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-SVN-Web/Makefile b/devel/p5-SVN-Web/Makefile
index 8627981fa09e..edc27fe15370 100644
--- a/devel/p5-SVN-Web/Makefile
+++ b/devel/p5-SVN-Web/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= SVN-Web
-PORTVERSION= 0.52
+PORTVERSION= 0.53
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= SVN
@@ -62,19 +62,16 @@ MAN3= SVN::Web.3 \
SVN::Web::action.3
post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/svnweb-install ${TARGETDIR}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/svnweb-install ${PREFIX}/bin
@${ECHO}
@${CAT} ${PKGMESSAGE}
@${ECHO}
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500600
-IGNORE= requires Perl 5.6.0 or newer. Please install lang/perl5.8 and try again
-.endif
-
.if ${PERL_LEVEL} < 500703
BUILD_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
+
.include <bsd.port.post.mk>