diff options
Diffstat (limited to 'mail/p5-Mail-Box/Makefile')
-rw-r--r-- | mail/p5-Mail-Box/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/p5-Mail-Box/Makefile b/mail/p5-Mail-Box/Makefile index 518fbb98292..002b36207ab 100644 --- a/mail/p5-Mail-Box/Makefile +++ b/mail/p5-Mail-Box/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2009/01/04 20:11:45 adrianp Exp $ +# $NetBSD: Makefile,v 1.12 2009/04/24 17:15:23 sno Exp $ DISTNAME= Mail-Box-2.086 PKGNAME= p5-${DISTNAME} @@ -12,17 +12,17 @@ COMMENT= Set of packages which implement methods to handle e-mail DEPENDS+= p5-Encode>=2.26:../../textproc/p5-Encode DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy -DEPENDS+= p5-Scalar-List-Utils>=1.13:../../devel/p5-Scalar-List-Utils +DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.13}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Object-Realize-Later>=0.14:../../devel/p5-Object-Realize-Later DEPENDS+= p5-MIME-Types>=1.004:../../mail/p5-MIME-Types DEPENDS+= p5-URI>=1.23:../../www/p5-URI -DEPENDS+= p5-Test-Simple>=0.47:../../devel/p5-Test-Simple +DEPENDS+= {perl>=5.10,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple DEPENDS+= p5-User-Identity>=0.07:../../mail/p5-User-Identity DEPENDS+= p5-MailTools>=2.01:../../mail/p5-MailTools DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC DEPENDS+= p5-File-Remove-[0-9]*:../../sysutils/p5-File-Remove -DEPENDS+= p5-Test-Harness>=2.62:../../devel/p5-Test-Harness +DEPENDS+= {perl>=5.10,p5-Test-Harness>=2.62}:../../devel/p5-Test-Harness PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |