aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Section/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Data-Section/Makefile')
-rw-r--r--devel/p5-Data-Section/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/devel/p5-Data-Section/Makefile b/devel/p5-Data-Section/Makefile
index 5142974bac67..768dfb74872a 100644
--- a/devel/p5-Data-Section/Makefile
+++ b/devel/p5-Data-Section/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Data-Section
-PORTVERSION= 0.100270
+PORTVERSION= 0.100770
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
@@ -16,15 +16,11 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Read multiple hunks of data out of your DATA section
BUILD_DEPENDS= p5-Sub-Exporter>=0.979:${PORTSDIR}/devel/p5-Sub-Exporter
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= p5-Sub-Exporter>=0.979:${PORTSDIR}/devel/p5-Sub-Exporter \
+ p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat
PERL_CONFIGURE= YES
-MAN3= Data::Section.3
-
-.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+= p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA
-.endif
+MAN3= Data::Section.3
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>