diff options
-rw-r--r-- | devel/p5-PPI/Makefile | 4 |
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 |