summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorapb <apb@pkgsrc.org>2008-10-19 09:49:26 +0000
committerapb <apb@pkgsrc.org>2008-10-19 09:49:26 +0000
commit1d1750648a4c738952efb0a2ec5a9dce6a9b0453 (patch)
treeaf0c8f481cd4a6d775e5fc806b4100aebc51751d /devel
parent4aa578df8f795e64ced5583b87c242c638075b01 (diff)
downloadpkgsrc-1d1750648a4c738952efb0a2ec5a9dce6a9b0453.tar.gz
Depend on p5-Internals. This is actually needed only for perl-5.10
(p5-PerlIO-via-dynamic worked with perl-5.8 without needing p5-Internals), but I don't know a way to encode that sort of conditional dependency.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-PerlIO-via-dynamic/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-PerlIO-via-dynamic/Makefile b/devel/p5-PerlIO-via-dynamic/Makefile
index f757d3d21b1..79dbda5d0d8 100644
--- a/devel/p5-PerlIO-via-dynamic/Makefile
+++ b/devel/p5-PerlIO-via-dynamic/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2008/08/11 14:51:38 he Exp $
+# $NetBSD: Makefile,v 1.9 2008/10/19 09:49:26 apb Exp $
DISTNAME= PerlIO-via-dynamic-0.13
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/}
@@ -14,5 +15,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/PerlIO/via/dynamic/.packlist
+# The following DEPENDS applies only if the perl version is 5.10,
+# but there's no way to specify that kind of condition, and it's
+# probably safe to make the dependency unconditional.
+DEPENDS+= p5-Internals>=1.1:../../devel/p5-Internals
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"