aboutsummaryrefslogtreecommitdiff
path: root/net/p5-RPC-XML
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-05 10:16:06 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-05 10:16:06 +0000
commit5150f9a4b561fb0a5a1f83cc7fbd127c70ec222a (patch)
treec6012567dacc659ea5cd980d1ce1ea5630dc0566 /net/p5-RPC-XML
parent804d9359cd276f20d46ecf0c27bdb68419a46782 (diff)
downloadports-5150f9a4b561fb0a5a1f83cc7fbd127c70ec222a.tar.gz
ports-5150f9a4b561fb0a5a1f83cc7fbd127c70ec222a.zip
Finalize the p5-File-Spec dependency now that PERL_LEVEL is is.
PR: ports/44723 Submitted by: Alan Eldridge <alane@geeksrus.net>
Notes
Notes: svn path=/head/; revision=74821
Diffstat (limited to 'net/p5-RPC-XML')
-rw-r--r--net/p5-RPC-XML/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile
index c0d9f6460000..3f6a9e4edcd4 100644
--- a/net/p5-RPC-XML/Makefile
+++ b/net/p5-RPC-XML/Makefile
@@ -28,17 +28,6 @@ MAN3= Apache::RPC::Server.3 \
RPC::XML::Parser.3
.include <bsd.port.pre.mk>
-perl_major= ${PERL_VERSION:C|^([1-9]+).*|\1|}
-_perl_minor= 00${PERL_VERSION:C|^([1-9]+)\.([0-9]+).*|\2|}
-perl_minor= ${_perl_minor:C|^.*(...)|\1|}
-.if ${perl_minor} >= 100
-perl_minor= ${PERL_VERSION:C|^([1-9]+)\.([0-9][0-9][0-9]).*|\2|}
-perl_patch= ${PERL_VERSION:C|^.*(..)|\1|}
-.else # ${perl_minor} < 100
-_perl_patch= 0${PERL_VERSION:C|^([1-9]+)\.([0-9]+)\.*|0|}
-perl_patch= ${_perl_patch:C|^.*(..)|\1|}
-.endif # ${perl_minor} < 100
-PERL_LEVEL= ${perl_major}${perl_minor}${perl_patch}
.if ${PERL_LEVEL} < 500601
BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec