diff options
author | obache <obache@pkgsrc.org> | 2011-08-19 01:21:10 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-08-19 01:21:10 +0000 |
commit | 73b386ab0791b57561399aa9b2d30d15ebee02d2 (patch) | |
tree | d33d0f751e1ec4c295c4251f8bf33a41e31aadf3 /textproc/p5-XML-Simple | |
parent | a7d7e3e09e1b11a5441bed0036358ed3a6a2ce1c (diff) | |
download | pkgsrc-73b386ab0791b57561399aa9b2d30d15ebee02d2.tar.gz |
drop dependency on p5-Test-Simple and p5-Storable,
base perl contains sufficient Test::Simple and Storable module.
Bump PKGREVISION.
Diffstat (limited to 'textproc/p5-XML-Simple')
-rw-r--r-- | textproc/p5-XML-Simple/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile index a78ee4aded4..80c03b8874d 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2011/08/14 15:14:20 obache Exp $ +# $NetBSD: Makefile,v 1.24 2011/08/19 01:21:10 obache Exp $ # DISTNAME= XML-Simple-2.18 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 SVR4_PKGNAME= p5xsi CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} @@ -17,8 +17,6 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-XML-SAX-[0-9]*:../../textproc/p5-XML-SAX DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser DEPENDS+= p5-XML-NamespaceSupport-[0-9]*:../../textproc/p5-XML-NamespaceSupport -DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable -DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple PKG_INSTALLATION_TYPES= overwrite pkgviews |