6e9012d84c
This is a specialized POD viewer to extract embedded tests and code examples from POD. It doesn't do much more than that. pod2test does the useful work.
15 lines
462 B
Makefile
15 lines
462 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/11/24 18:41:52 wiz Exp $
|
|
|
|
DISTNAME= Pod-Tests-0.18
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Pod-Tests/
|
|
COMMENT= Perl5 module that extracts embedded tests and code examples from POD
|
|
|
|
PERL5_PACKLIST= auto/Pod-Tests/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|