summaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Simple
diff options
context:
space:
mode:
authorseb <seb>2004-10-31 22:16:38 +0000
committerseb <seb>2004-10-31 22:16:38 +0000
commitc1cdde3eb95d0ea1cacd0d6163e6a0765730aea1 (patch)
treea4b4b37a0f79b660184fe13baaf1f964ac7faff2 /textproc/p5-Pod-Simple
parenta894034816d8c787b0052a63c698ce83f1fa6682 (diff)
downloadpkgsrc-c1cdde3eb95d0ea1cacd0d6163e6a0765730aea1.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/Makefile5
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