aboutsummaryrefslogtreecommitdiff
path: root/science/p5-Chemistry-Elements/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2008-09-02 09:46:03 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2008-09-02 09:46:03 +0000
commit305a147b169eee3a053b076661f9de72e4b3fdbd (patch)
treee07463f5d02b7e90ab2f023be244463fb791e185 /science/p5-Chemistry-Elements/Makefile
parent741c842b0afba604b6e2652c13bce3b768d3e8d1 (diff)
Notes
Diffstat (limited to 'science/p5-Chemistry-Elements/Makefile')
-rw-r--r--science/p5-Chemistry-Elements/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/science/p5-Chemistry-Elements/Makefile b/science/p5-Chemistry-Elements/Makefile
index 6ae3fb5aec37..34eb611b248b 100644
--- a/science/p5-Chemistry-Elements/Makefile
+++ b/science/p5-Chemistry-Elements/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Chemistry-Elements
-PORTVERSION= 1.05
+PORTVERSION= 1.07
CATEGORIES= science perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,4 +18,10 @@ PERL_CONFIGURE= yes
MAN3= Chemistry::Elements.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500703
+RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.endif
+
+.include <bsd.port.post.mk>