diff options
author | seb <seb@pkgsrc.org> | 2004-10-31 22:16:38 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-10-31 22:16:38 +0000 |
commit | b3c5242ff9855bd75c914187ca4adae64d852c59 (patch) | |
tree | a4b4b37a0f79b660184fe13baaf1f964ac7faff2 /textproc/p5-Pod-Simple | |
parent | 0a2a2ce869a8d54fc9de4b638ca36a0fd7e1049a (diff) | |
download | pkgsrc-b3c5242ff9855bd75c914187ca4adae64d852c59.tar.gz |
It seems that the Perl module Pod::Escapes is needed by Pod::Simple: add
a dependency on it. Now the 'test' target pass.
Bump PKGREVISION.
Diffstat (limited to 'textproc/p5-Pod-Simple')
-rw-r--r-- | textproc/p5-Pod-Simple/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-Pod-Simple/Makefile b/textproc/p5-Pod-Simple/Makefile index cb8a612cc4e..bd3aec38a97 100644 --- a/textproc/p5-Pod-Simple/Makefile +++ b/textproc/p5-Pod-Simple/Makefile @@ -1,13 +1,16 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/09/26 04:41:03 epg Exp $ +# $NetBSD: Makefile,v 1.2 2004/10/31 22:16:38 seb Exp $ DISTNAME= Pod-Simple-3.02 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Simple framework for parsing Pod +DEPENDS+= p5-Pod-Escapes-[0-9]*:../../textproc/p5-Pod-Escapes + PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES |