aboutsummaryrefslogtreecommitdiffstats
path: root/science/p5-Chemistry-Elements/Makefile
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2008-09-02 17:46:03 +0800
committerleeym <leeym@FreeBSD.org>2008-09-02 17:46:03 +0800
commit698404847552a36a2c7b1346733e00872adbc873 (patch)
tree7536a9dc1b3ca410dd827795a49b96cb4e1912ce /science/p5-Chemistry-Elements/Makefile
parent541fa2220a9824c5e3aac2b6009bb3b996564991 (diff)
downloadfreebsd-ports-gnome-698404847552a36a2c7b1346733e00872adbc873.tar.gz
freebsd-ports-gnome-698404847552a36a2c7b1346733e00872adbc873.tar.zst
freebsd-ports-gnome-698404847552a36a2c7b1346733e00872adbc873.zip
- update to 1.07
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>