diff options
author | seb <seb> | 2004-10-31 22:16:38 +0000 |
---|---|---|
committer | seb <seb> | 2004-10-31 22:16:38 +0000 |
commit | 2a30c6ec8a2387fbf07e624351246d871f9fff4f (patch) | |
tree | a4b4b37a0f79b660184fe13baaf1f964ac7faff2 /textproc | |
parent | e89b7c185ba4f0f41ad176b7deaa5db61e0ac771 (diff) | |
download | pkgsrc-2a30c6ec8a2387fbf07e624351246d871f9fff4f.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')
-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 |