From 719612bf92b81edc2b38a66f78eecf047942eb79 Mon Sep 17 00:00:00 2001 From: seb Date: Sun, 31 Oct 2004 14:46:47 +0000 Subject: Initial import of p5-Test-Pod version 1.20 in the NetBSD Packages Collection. The Test::Pod Perl 5 module permits to check the validity of a POD file, and reports its result in standard Test::Simple fashion. --- devel/p5-Test-Pod/DESCR | 2 ++ devel/p5-Test-Pod/Makefile | 22 ++++++++++++++++++++++ devel/p5-Test-Pod/PLIST | 1 + devel/p5-Test-Pod/distinfo | 4 ++++ 4 files changed, 29 insertions(+) create mode 100644 devel/p5-Test-Pod/DESCR create mode 100644 devel/p5-Test-Pod/Makefile create mode 100644 devel/p5-Test-Pod/PLIST create mode 100644 devel/p5-Test-Pod/distinfo (limited to 'devel') diff --git a/devel/p5-Test-Pod/DESCR b/devel/p5-Test-Pod/DESCR new file mode 100644 index 00000000000..a121520ea29 --- /dev/null +++ b/devel/p5-Test-Pod/DESCR @@ -0,0 +1,2 @@ +The Test::Pod Perl module permits to check the validity of a POD file, and +report its result in standard Test::Simple fashion. diff --git a/devel/p5-Test-Pod/Makefile b/devel/p5-Test-Pod/Makefile new file mode 100644 index 00000000000..5b1c4f57c69 --- /dev/null +++ b/devel/p5-Test-Pod/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 14:46:47 seb Exp $ + +DISTNAME= Test-Pod-1.20 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5tp +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} + +MAINTAINER= seb@NetBSD.org +COMMENT= Perl5 module to check for POD errors in files + +DEPENDS+= p5-Pod-Simple-[0-9]*:../../textproc/p5-Pod-Simple +# These are only for the 'test' target. +BUILD_DEPENDS+= p5-Test-Builder-Tester-[0-9]*:../../devel/p5-Test-Builder-Tester +BUILD_DEPENDS+= p5-Pod-Escapes-[0-9]*:../../textproc/p5-Pod-Escapes + +USE_BUILDLINK3= yes +USE_LANGUAGES= # empty +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Test/Pod/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-Pod/PLIST b/devel/p5-Test-Pod/PLIST new file mode 100644 index 00000000000..8648f33defe --- /dev/null +++ b/devel/p5-Test-Pod/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/31 14:46:47 seb Exp $ diff --git a/devel/p5-Test-Pod/distinfo b/devel/p5-Test-Pod/distinfo new file mode 100644 index 00000000000..6887d649d3a --- /dev/null +++ b/devel/p5-Test-Pod/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/10/31 14:46:47 seb Exp $ + +SHA1 (Test-Pod-1.20.tar.gz) = c3653e41a8bcadbde8e9775eff444a07412f867d +Size (Test-Pod-1.20.tar.gz) = 6817 bytes -- cgit v1.2.3