diff options
author | obache <obache@pkgsrc.org> | 2008-08-14 12:53:11 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-08-14 12:53:11 +0000 |
commit | b4b9171aa362a54555c3041b2db593024f75a148 (patch) | |
tree | 613d021fa3ab780f368ce547e8f6a4f098950aa2 /devel/p5-PPI | |
parent | 6e0e7941c45393d715bc278fd2ffe252739f8a96 (diff) | |
download | pkgsrc-b4b9171aa362a54555c3041b2db593024f75a148.tar.gz |
Note compatibility with p5-PPI-XS package.
Diffstat (limited to 'devel/p5-PPI')
-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 |