aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Section/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-06-10 01:32:36 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-06-10 01:32:36 +0000
commit5bd5e3750c6873bda5dca00e34e757697a1b2a40 (patch)
tree60739df9e80ec665c01882a632772d9fc8b0a746 /devel/p5-Data-Section/Makefile
parent4676bcf379862e9d1fe09260978a381f8e4266a4 (diff)
downloadports-5bd5e3750c6873bda5dca00e34e757697a1b2a40.tar.gz
ports-5bd5e3750c6873bda5dca00e34e757697a1b2a40.zip
- Update to 0.100770
- < 5.8 is not supported anymore With Hat: perl@ Changes: http:/search.cpan.org/dist/Data-Section/Changes
Notes
Notes: svn path=/head/; revision=256248
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>