summaryrefslogtreecommitdiff
path: root/devel/p5-PPI
diff options
context:
space:
mode:
authorobache <obache>2008-08-14 12:53:11 +0000
committerobache <obache>2008-08-14 12:53:11 +0000
commitd512873f3ef825fb74f2b41c9ba4b7578555380d (patch)
tree613d021fa3ab780f368ce547e8f6a4f098950aa2 /devel/p5-PPI
parentf8426a2ab094b796696d812d852e7a76d8abae02 (diff)
downloadpkgsrc-d512873f3ef825fb74f2b41c9ba4b7578555380d.tar.gz
Note compatibility with p5-PPI-XS package.
Diffstat (limited to 'devel/p5-PPI')
-rw-r--r--devel/p5-PPI/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-PPI/Makefile b/devel/p5-PPI/Makefile
index 6ecf8fc4f59..69bbd5cc427 100644
--- a/devel/p5-PPI/Makefile
+++ b/devel/p5-PPI/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/08/11 14:33:14 he Exp $
+# $NetBSD: Makefile,v 1.5 2008/08/14 12:53:11 obache Exp $
#
DISTNAME= PPI-1.203
@@ -13,6 +13,8 @@ COMMENT= Perl 5 module to parse, analyze and manipulate Perl (without perl)
PKG_DESTDIR_SUPPORT= user-destdir
+# Before update this package, please check $XS_COMPATIBLE in lib/PPI.pm.
+# If it is greater than version of devel/p5-PPI-XS, p5-PPI-XS should be updated.
DEPENDS+= p5-Clone>=0.25:../../devel/p5-Clone
DEPENDS+= p5-IO-String>=1.07:../../devel/p5-IO-String
DEPENDS+= p5-List-MoreUtils>=0.16:../../devel/p5-List-MoreUtils