summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/crush-tools/Makefile5
-rw-r--r--textproc/p5-CAM-PDF/Makefile5
-rw-r--r--textproc/p5-Convert-ASCII-Armour/Makefile10
-rw-r--r--textproc/p5-Convert-PEM/Makefile8
-rw-r--r--textproc/p5-Encode-Detect/Makefile4
-rw-r--r--textproc/p5-PDF-API2/Makefile6
-rw-r--r--textproc/p5-Pod-Simple/Makefile6
-rw-r--r--textproc/p5-Pod-Spell/Makefile5
-rw-r--r--textproc/p5-Pod-Strip/Makefile6
-rw-r--r--textproc/p5-Pod-Tree/Makefile6
-rw-r--r--textproc/p5-Text-PDF/Makefile6
-rw-r--r--textproc/p5-Text-Xslate/Makefile5
-rw-r--r--textproc/p5-Text-vCard/Makefile6
-rw-r--r--textproc/p5-XML-Atom-Stream/Makefile4
-rw-r--r--textproc/p5-XML-Atom/Makefile6
-rw-r--r--textproc/p5-XML-SAX-Writer/Makefile6
-rw-r--r--textproc/p5-mobiperl/Makefile6
-rw-r--r--textproc/p5-podlators/Makefile6
18 files changed, 55 insertions, 51 deletions
diff --git a/textproc/crush-tools/Makefile b/textproc/crush-tools/Makefile
index 748b3488466..1f1c40cdcb1 100644
--- a/textproc/crush-tools/Makefile
+++ b/textproc/crush-tools/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2013/09/13 11:26:52 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2013/12/09 14:17:53 obache Exp $
#
DISTNAME= crush-tools-2013-04
PKGNAME= ${DISTNAME:C/-([0-9]+)$/.\1/}
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://crush-tools.googlecode.com/files/
@@ -13,7 +14,7 @@ LICENSE= apache-2.0
DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
DEPENDS+= p5-Date-Calc-[0-9]*:../../devel/p5-Date-Calc
-DEPENDS+= p5-Getopt-Long-[0-9]*:../../devel/p5-Getopt-Long
+DEPENDS+= {perl>=5,p5-Getopt-Long-[0-9]*}:../../devel/p5-Getopt-Long
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
diff --git a/textproc/p5-CAM-PDF/Makefile b/textproc/p5-CAM-PDF/Makefile
index ca81de3f5a2..fefe9855b81 100644
--- a/textproc/p5-CAM-PDF/Makefile
+++ b/textproc/p5-CAM-PDF/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2013/08/23 14:04:20 wen Exp $
+# $NetBSD: Makefile,v 1.17 2013/12/09 14:17:53 obache Exp $
#
DISTNAME= CAM-PDF-1.60
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CD/CDOLAN/}
@@ -17,7 +18,7 @@ REPLACE_CSH= bin/asciify
DEPENDS+= p5-Crypt-RC4>=2.02:../../security/p5-Crypt-RC4
DEPENDS+= p5-Text-PDF>=0.29:../../textproc/p5-Text-PDF
-DEPENDS+= p5-Digest-MD5>=2.16:../../security/p5-Digest-MD5
+DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.16}:../../security/p5-Digest-MD5
PERL5_PACKLIST= auto/CAM/PDF/.packlist
diff --git a/textproc/p5-Convert-ASCII-Armour/Makefile b/textproc/p5-Convert-ASCII-Armour/Makefile
index 12fa5ab1ae0..bf56a29a5cf 100644
--- a/textproc/p5-Convert-ASCII-Armour/Makefile
+++ b/textproc/p5-Convert-ASCII-Armour/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.23 2013/05/31 12:42:08 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2013/12/09 14:17:53 obache Exp $
#
DISTNAME= Convert-ASCII-Armour-1.4
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 8
+PKGREVISION= 9
SVR4_PKGNAME= p5cas
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
@@ -14,9 +14,9 @@ COMMENT= Perl5 module to convert binary octets into ASCII armour
PKG_INSTALLATION_TYPES= overwrite pkgviews
-DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
-DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
-DEPENDS+= p5-IO-Compress-[0-9]*:../../devel/p5-IO-Compress
+DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
+DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
+DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib>=0
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Convert/ASCII/Armour/.packlist
diff --git a/textproc/p5-Convert-PEM/Makefile b/textproc/p5-Convert-PEM/Makefile
index cccd39291f5..f22f5a36631 100644
--- a/textproc/p5-Convert-PEM/Makefile
+++ b/textproc/p5-Convert-PEM/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.23 2013/05/31 12:42:08 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2013/12/09 14:17:53 obache Exp $
#
DISTNAME= Convert-PEM-0.08
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
SVR4_PKGNAME= p5pem
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
@@ -15,9 +15,9 @@ LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
-DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
+DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
DEPENDS+= p5-Convert-ASN1>=0.10:../../textproc/p5-Convert-ASN1
-DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
+DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
DEPENDS+= p5-Crypt-DES_EDE3-[0-9]*:../../security/p5-Crypt-DES_EDE3
DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler
diff --git a/textproc/p5-Encode-Detect/Makefile b/textproc/p5-Encode-Detect/Makefile
index 06b759ef477..9ccce0e8582 100644
--- a/textproc/p5-Encode-Detect/Makefile
+++ b/textproc/p5-Encode-Detect/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2013/05/31 12:42:09 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2013/12/09 14:17:53 obache Exp $
#
DISTNAME= Encode-Detect-1.01
@@ -14,7 +14,7 @@ LICENSE= mpl-1.1
PKG_INSTALLATION_TYPES= overwrite pkgviews
-BUILD_DEPENDS+= p5-ExtUtils-CBuilder-[0-9]*:../../devel/p5-ExtUtils-CBuilder
+BUILD_DEPENDS+= {perl>=5.9.3,p5-ExtUtils-CBuilder-[0-9]*}:../../devel/p5-ExtUtils-CBuilder
USE_LANGUAGES+= c c++
diff --git a/textproc/p5-PDF-API2/Makefile b/textproc/p5-PDF-API2/Makefile
index a0db419a4ae..5185995c8a1 100644
--- a/textproc/p5-PDF-API2/Makefile
+++ b/textproc/p5-PDF-API2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2013/05/31 12:42:11 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2013/12/09 14:17:53 obache Exp $
DISTNAME= PDF-API2-2.020
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SS/SSIMMS/}
@@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/PDF-API2/
COMMENT= Perl5 module for next generation api for pdf
LICENSE= gnu-lgpl-v2.1
-DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
+DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=1.0
DEPENDS+= p5-Font-TTF>=0:../../fonts/p5-Font-TTF
PERL5_PACKLIST= auto/PDF/API2/.packlist
diff --git a/textproc/p5-Pod-Simple/Makefile b/textproc/p5-Pod-Simple/Makefile
index 0bbe1e3e557..096db880fa9 100644
--- a/textproc/p5-Pod-Simple/Makefile
+++ b/textproc/p5-Pod-Simple/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2013/05/31 12:42:12 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2013/12/09 14:17:53 obache Exp $
DISTNAME= Pod-Simple-3.28
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
@@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Pod-Simple/
COMMENT= Simple framework for parsing Pod
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-Pod-Escapes>=1.04:../../textproc/p5-Pod-Escapes
+DEPENDS+= {perl>=5.9.3,p5-Pod-Escapes>=1.04}:../../textproc/p5-Pod-Escapes
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/textproc/p5-Pod-Spell/Makefile b/textproc/p5-Pod-Spell/Makefile
index ef8a6b73b1d..d09e52ea65d 100644
--- a/textproc/p5-Pod-Spell/Makefile
+++ b/textproc/p5-Pod-Spell/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2013/07/05 00:17:32 wen Exp $
+# $NetBSD: Makefile,v 1.8 2013/12/09 14:17:53 obache Exp $
DISTNAME= Pod-Spell-1.04
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
@@ -12,7 +13,7 @@ LICENSE= artistic-2.0
PKG_INSTALLATION_TYPES= overwrite pkgviews
-DEPENDS+= p5-Pod-Escapes>=1.01:../../textproc/p5-Pod-Escapes
+DEPENDS+= {perl>=5.9.3,p5-Pod-Escapes>=1.01}:../../textproc/p5-Pod-Escapes
PERL5_PACKLIST= auto/Pod/Spell/.packlist
diff --git a/textproc/p5-Pod-Strip/Makefile b/textproc/p5-Pod-Strip/Makefile
index 12993b0d2e0..2c8b8a8a07f 100644
--- a/textproc/p5-Pod-Strip/Makefile
+++ b/textproc/p5-Pod-Strip/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2013/05/31 12:42:12 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2013/12/09 14:17:53 obache Exp $
#
DISTNAME= Pod-Strip-1.02
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
@@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Pod-Strip/
COMMENT= Perl5 module to remove POD from Perl code
-DEPENDS+= p5-Pod-Simple>=3.0:../../textproc/p5-Pod-Simple
+DEPENDS+= {perl>=5.9.3,p5-Pod-Simple>=3.0}:../../textproc/p5-Pod-Simple
PERL5_PACKLIST= auto/Pod/Strip/.packlist
PERL5_MODULE_TYPE= Module::Build
diff --git a/textproc/p5-Pod-Tree/Makefile b/textproc/p5-Pod-Tree/Makefile
index 31a1a82d4a0..07eccacf4ac 100644
--- a/textproc/p5-Pod-Tree/Makefile
+++ b/textproc/p5-Pod-Tree/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2013/05/31 12:42:12 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2013/12/09 14:17:53 obache Exp $
DISTNAME= Pod-Tree-1.17
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= textproc devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
@@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-HTML-Stream>=1.49:../../www/p5-HTML-Stream
DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
-DEPENDS+= p5-Pod-Escapes>=1.02:../../textproc/p5-Pod-Escapes
+DEPENDS+= {perl>=5.9.3,p5-Pod-Escapes>=1.02}:../../textproc/p5-Pod-Escapes
DEPENDS+= p5-Text-Template>=1.0:../../textproc/p5-Text-Template
PERL5_PACKLIST= auto/Pod/Tree/.packlist
diff --git a/textproc/p5-Text-PDF/Makefile b/textproc/p5-Text-PDF/Makefile
index 06a0a8eec44..c46ddd8a748 100644
--- a/textproc/p5-Text-PDF/Makefile
+++ b/textproc/p5-Text-PDF/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2013/05/31 12:42:16 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2013/12/09 14:17:53 obache Exp $
#
DISTNAME= Text-PDF-0.29a
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
@@ -14,7 +14,7 @@ COMMENT= Perl 5 module for manipulating PDF files
WRKSRC= ${WRKDIR}/Text-PDF-0.29
USE_LANGUAGES= # empty
-DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
+DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=0
PERL5_PACKLIST= auto/Text/PDF/.packlist
diff --git a/textproc/p5-Text-Xslate/Makefile b/textproc/p5-Text-Xslate/Makefile
index e94c35a64c9..d55dd4dbadf 100644
--- a/textproc/p5-Text-Xslate/Makefile
+++ b/textproc/p5-Text-Xslate/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2013/11/30 10:17:14 wen Exp $
+# $NetBSD: Makefile,v 1.12 2013/12/09 14:17:53 obache Exp $
#
DISTNAME= Text-Xslate-3.1.0
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
@@ -14,7 +15,7 @@ LICENSE= ${PERL5_LICENSE}
MAKE_JOBS_SAFE= no
DEPENDS+= p5-Data-MessagePack>=0.38:../../devel/p5-Data-MessagePack
-DEPENDS+= p5-parent>=0.221:../../devel/p5-parent
+DEPENDS+= {perl>=5.10.1,p5-parent>=0.221}:../../devel/p5-parent
DEPENDS+= p5-Mouse>=1.08:../../devel/p5-Mouse
DEPENDS+= p5-Test-Requires>=0:../../devel/p5-Test-Requires
# only for regress test
diff --git a/textproc/p5-Text-vCard/Makefile b/textproc/p5-Text-vCard/Makefile
index c4911082550..979ae95879a 100644
--- a/textproc/p5-Text-vCard/Makefile
+++ b/textproc/p5-Text-vCard/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2013/05/31 12:42:18 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2013/12/09 14:17:53 obache Exp $
DISTNAME= Text-vCard-2.13
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5tv
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
@@ -15,7 +15,7 @@ LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
# for MIME::QuotedPrint
-DEPENDS+= p5-MIME-Base64>=3.07:../../converters/p5-MIME-Base64
+DEPENDS+= {perl>=5.8.8,p5-MIME-Base64>=3.07}:../../converters/p5-MIME-Base64
DEPENDS+= p5-File-Slurp>=9999.04:../../devel/p5-File-Slurp
DEPENDS+= p5-Text-vFile-asData>=0.07:../../textproc/p5-Text-vFile-asData
diff --git a/textproc/p5-XML-Atom-Stream/Makefile b/textproc/p5-XML-Atom-Stream/Makefile
index 564cffb06f9..37eb8be207f 100644
--- a/textproc/p5-XML-Atom-Stream/Makefile
+++ b/textproc/p5-XML-Atom-Stream/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2013/05/31 12:42:19 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2013/12/09 14:17:53 obache Exp $
DISTNAME= XML-Atom-Stream-0.11
PKGNAME= p5-${DISTNAME}
@@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/XML-Atom-Stream/
COMMENT= Client interface for AtomStream
#really: Test::More >= 0.32
-BUILD_DEPENDS+= p5-Test-Simple>=0.32:../../devel/p5-Test-Simple
+BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0.32}:../../devel/p5-Test-Simple
DEPENDS+= p5-libwww>=5.0:../../www/p5-libwww
DEPENDS+= p5-XML-SAX>=0.12:../../textproc/p5-XML-SAX
DEPENDS+= p5-XML-Handler-Trees>=0.02:../../textproc/p5-XML-Handler-Trees
diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile
index 430a231a9bb..7e32da87c33 100644
--- a/textproc/p5-XML-Atom/Makefile
+++ b/textproc/p5-XML-Atom/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2013/05/31 12:42:18 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2013/12/09 14:17:53 obache Exp $
DISTNAME= XML-Atom-0.41
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
SVR4_PKGNAME= p5xat
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
@@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable
DEPENDS+= p5-XML-LibXML>=1.64:../../textproc/p5-XML-LibXML
-DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
+DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
DEPENDS+= p5-XML-XPath-[0-9]*:../../textproc/p5-XML-XPath
# Client/Server for Atom API
diff --git a/textproc/p5-XML-SAX-Writer/Makefile b/textproc/p5-XML-SAX-Writer/Makefile
index b1015188b73..a3fd89701f9 100644
--- a/textproc/p5-XML-SAX-Writer/Makefile
+++ b/textproc/p5-XML-SAX-Writer/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2013/05/31 12:42:21 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2013/12/09 14:17:53 obache Exp $
DISTNAME= XML-SAX-Writer-0.53
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
@@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/XML-SAX-Writer/
COMMENT= SAX2 (XML) Writer
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-Encode>=2.12:../../textproc/p5-Encode
+DEPENDS+= {perl>=5.8.8,p5-Encode>=2.12}:../../textproc/p5-Encode
DEPENDS+= p5-XML-SAX>=0.11:../../textproc/p5-XML-SAX
DEPENDS+= p5-XML-NamespaceSupport>=1.00:../../textproc/p5-XML-NamespaceSupport
DEPENDS+= p5-XML-Filter-BufferText>=1.00:../../textproc/p5-XML-Filter-BufferText
diff --git a/textproc/p5-mobiperl/Makefile b/textproc/p5-mobiperl/Makefile
index 07977891c2e..a25085846f8 100644
--- a/textproc/p5-mobiperl/Makefile
+++ b/textproc/p5-mobiperl/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2013/05/31 12:42:23 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2013/12/09 14:17:54 obache Exp $
#
DISTNAME= mobiperl-0.0.43
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= textproc
# no https support in pkgsrc
MASTER_SITES= # https://dev.mobileread.com/dist/tompe/mobiperl/
@@ -19,7 +19,7 @@ DEPENDS+= p5-Getopt-Mixed-[0-9]*:../../devel/p5-Getopt-Mixed
DEPENDS+= p5-GD-[0-9]*:../../graphics/p5-GD
DEPENDS+= p5-Image-Size-[0-9]*:../../graphics/p5-Image-Size
DEPENDS+= p5-Image-BMP-[0-9]*:../../graphics/p5-Image-BMP
-DEPENDS+= p5-Encode-[0-9]*:../../textproc/p5-Encode
+DEPENDS+= {perl>=5.7.3,p5-Encode-[0-9]*}:../../textproc/p5-Encode
DEPENDS+= p5-XML-Parser-Lite-Tree-[0-9]*:../../textproc/p5-XML-Parser-Lite-Tree
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
diff --git a/textproc/p5-podlators/Makefile b/textproc/p5-podlators/Makefile
index a805288f905..219eff12b68 100644
--- a/textproc/p5-podlators/Makefile
+++ b/textproc/p5-podlators/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2013/05/31 12:42:23 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2013/12/09 14:17:54 obache Exp $
DISTNAME= podlators-2.4.0
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
@@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/podlators/
COMMENT= Collection of pod related perl modules
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-Pod-Simple>=3.06:../../textproc/p5-Pod-Simple
+DEPENDS+= {perl>=5.10.1,p5-Pod-Simple>=3.06}:../../textproc/p5-Pod-Simple
PKG_INSTALLATION_TYPES= overwrite pkgviews