aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-22 16:27:08 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-22 16:27:08 +0000
commitc10f314307a4e84ca4811cb03db549590b4c364a (patch)
treeaefb02047d08a1e3c25a562330070cfdd71f0579 /textproc
parentbeaeca88a88b0f7e641416a47008edd52290575c (diff)
downloadports-c10f314307a4e84ca4811cb03db549590b4c364a.tar.gz
ports-c10f314307a4e84ca4811cb03db549590b4c364a.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Filter-Simple/Makefile11
-rw-r--r--textproc/p5-Makefile-Parser/Makefile9
-rw-r--r--textproc/p5-Number-Format/Makefile7
-rw-r--r--textproc/p5-Parse-Flex/Makefile8
-rw-r--r--textproc/p5-Parse-Syslog/Makefile10
-rw-r--r--textproc/p5-PerlPoint-Converters/Makefile8
-rw-r--r--textproc/p5-Text-Reflow/Makefile6
-rw-r--r--textproc/p5-WDDX/Makefile8
-rw-r--r--textproc/p5-XML-Feed/Makefile4
-rw-r--r--textproc/p5-XML-SAX/Makefile8
-rw-r--r--textproc/p5-YAML-Syck/Makefile10
-rw-r--r--textproc/p5-pod2pdf/Makefile9
-rw-r--r--textproc/p5-xmltv/Makefile13
13 files changed, 12 insertions, 99 deletions
diff --git a/textproc/p5-Filter-Simple/Makefile b/textproc/p5-Filter-Simple/Makefile
index 67122c8963da..31638f10df20 100644
--- a/textproc/p5-Filter-Simple/Makefile
+++ b/textproc/p5-Filter-Simple/Makefile
@@ -20,13 +20,4 @@ PERL_CONFIGURE= yes
MAN3= Filter::Simple.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \
- ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter
-RUN_DEPENDS+= ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \
- ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/textproc/p5-Makefile-Parser/Makefile b/textproc/p5-Makefile-Parser/Makefile
index b81adfb8c523..7276540bd1f8 100644
--- a/textproc/p5-Makefile-Parser/Makefile
+++ b/textproc/p5-Makefile-Parser/Makefile
@@ -31,11 +31,4 @@ MAN3= Makefile::AST.3 \
Makefile::Parser.3 \
Makefile::Parser::GmakeDB.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
- p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/textproc/p5-Number-Format/Makefile b/textproc/p5-Number-Format/Makefile
index 9e16e1266aee..5951785f94a0 100644
--- a/textproc/p5-Number-Format/Makefile
+++ b/textproc/p5-Number-Format/Makefile
@@ -19,12 +19,7 @@ PERL_CONFIGURE= yes
MAN3= Number::Format.3
WRKSRC= ${WRKDIR}/${PORTNAME}-1.72
-.include <bsd.port.pre.mk>
-
post-patch:
${PERL} -pi -e 's/en_US/en_US.US-ASCII/' ${WRKSRC}/t/*.t
-.if ${PERL_LEVEL} < 500800
- ${PERL} -pi -e '$$_="" if m{5.008}' ${WRKSRC}/Format.pm
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/textproc/p5-Parse-Flex/Makefile b/textproc/p5-Parse-Flex/Makefile
index e6209b2efa25..68ca7dfe63b9 100644
--- a/textproc/p5-Parse-Flex/Makefile
+++ b/textproc/p5-Parse-Flex/Makefile
@@ -18,10 +18,4 @@ PERL_CONFIGURE= yes
MAN3= Parse::Flex.3 Parse::Flex::Generate.3
-.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>
+.include <bsd.port.mk>
diff --git a/textproc/p5-Parse-Syslog/Makefile b/textproc/p5-Parse-Syslog/Makefile
index 482c3260b096..660a1a817b20 100644
--- a/textproc/p5-Parse-Syslog/Makefile
+++ b/textproc/p5-Parse-Syslog/Makefile
@@ -20,12 +20,4 @@ PERL_CONFIGURE= yes
MAN3= Parse::Syslog.3
-.include <bsd.port.pre.mk>
-
-# requires Time::Local 1.07_94
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= ${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local
-RUN_DEPENDS+= ${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/textproc/p5-PerlPoint-Converters/Makefile b/textproc/p5-PerlPoint-Converters/Makefile
index 2930b5dc7a6e..5237899ee532 100644
--- a/textproc/p5-PerlPoint-Converters/Makefile
+++ b/textproc/p5-PerlPoint-Converters/Makefile
@@ -42,10 +42,4 @@ post-install:
@cd ${WRKSRC}/doc; ${FIND} . | ${CPIO} -padm ${DOCSDIR}
.endif
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/textproc/p5-Text-Reflow/Makefile b/textproc/p5-Text-Reflow/Makefile
index 04f02f0c6d0b..c4570df32f2e 100644
--- a/textproc/p5-Text-Reflow/Makefile
+++ b/textproc/p5-Text-Reflow/Makefile
@@ -18,10 +18,6 @@ PERL_CONFIGURE= yes
MAN3= Text::Reflow.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} > 500800
EXTRA_PATCHES= ${PATCHDIR}/5.8-Reflow.pm
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/textproc/p5-WDDX/Makefile b/textproc/p5-WDDX/Makefile
index 9851382b6615..135942a1e8ed 100644
--- a/textproc/p5-WDDX/Makefile
+++ b/textproc/p5-WDDX/Makefile
@@ -28,10 +28,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/Changes ${DOCSDIR}
.endif
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/textproc/p5-XML-Feed/Makefile b/textproc/p5-XML-Feed/Makefile
index 2fac8f64569e..b39dc2034405 100644
--- a/textproc/p5-XML-Feed/Makefile
+++ b/textproc/p5-XML-Feed/Makefile
@@ -37,10 +37,6 @@ MAN3= XML::Feed.3 \
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
-.endif
-
.if ${PERL_LEVEL} < 500905
RUN_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
.endif
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile
index d85d763e60fc..96d59ccf3693 100644
--- a/textproc/p5-XML-SAX/Makefile
+++ b/textproc/p5-XML-SAX/Makefile
@@ -30,10 +30,4 @@ post-configure:
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' \
${WRKSRC}/Makefile
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/textproc/p5-YAML-Syck/Makefile b/textproc/p5-YAML-Syck/Makefile
index 028b4702ebca..80a098e2d9bc 100644
--- a/textproc/p5-YAML-Syck/Makefile
+++ b/textproc/p5-YAML-Syck/Makefile
@@ -19,12 +19,4 @@ CONFIGURE_ARGS+= < /dev/null
MAN3= JSON::Syck.3 YAML::Syck.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500700
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
- p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils
-BUILD_DEPENDS= ${RUN_DEPENDS}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/textproc/p5-pod2pdf/Makefile b/textproc/p5-pod2pdf/Makefile
index f15f8f126faf..2e39469ed382 100644
--- a/textproc/p5-pod2pdf/Makefile
+++ b/textproc/p5-pod2pdf/Makefile
@@ -24,11 +24,4 @@ PERL_CONFIGURE= yes
MAN1= pod2pdf.1
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+= p5-podlators>0:${PORTSDIR}/textproc/p5-podlators
-BUILD_DEPENDS+= p5-podlators>0:${PORTSDIR}/textproc/p5-podlators
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/textproc/p5-xmltv/Makefile b/textproc/p5-xmltv/Makefile
index c9023c88d92a..c8ad9316d24a 100644
--- a/textproc/p5-xmltv/Makefile
+++ b/textproc/p5-xmltv/Makefile
@@ -61,17 +61,6 @@ PORTDOCS= COPYING \
tv_check_doc.jpg
.endif
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= \
- ${SITE_PERL}/Memoize.pm:${PORTSDIR}/devel/p5-Memoize \
- ${SITE_PERL}/Storable.pm:${PORTSDIR}/devel/p5-Storable
-RUN_DEPENDS+= \
- ${SITE_PERL}/Memoize.pm:${PORTSDIR}/devel/p5-Memoize \
- ${SITE_PERL}/Storable.pm:${PORTSDIR}/devel/p5-Storable
-.endif
-
MAN1= tv_cat.1 tv_check.1 tv_extractinfo_en.1 tv_find_grabbers.1 \
tv_grab_ar.1 tv_grab_be.1 tv_grab_br_net.1 \
tv_grab_ch_search.1 tv_grab_combiner.1 tv_grab_dk.1 \
@@ -118,4 +107,4 @@ post-install:
@${MKDIR} ${PREFIX}/${CGIDIR}
@${INSTALL_SCRIPT} ${WRKSRC}/choose/tv_pick/tv_pick_cgi ${PREFIX}/${CGIDIR}/tv_pick.cgi
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>