diff options
author | seb <seb@pkgsrc.org> | 2004-10-31 14:46:47 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-10-31 14:46:47 +0000 |
commit | 719612bf92b81edc2b38a66f78eecf047942eb79 (patch) | |
tree | b35d03b54c08e2a2369e43505847a239c0fd03b4 /devel | |
parent | 5d1ebd9e74aa5a61da43426183b2ddcd81a69945 (diff) | |
download | pkgsrc-719612bf92b81edc2b38a66f78eecf047942eb79.tar.gz |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Pod/DESCR | 2 | ||||
-rw-r--r-- | devel/p5-Test-Pod/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Test-Pod/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Test-Pod/distinfo | 4 |
4 files changed, 29 insertions, 0 deletions
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 |