19fbbde032
Pkgsrc changes: o Fix PERL5_PACKLIST so that install actually works Upstream changes: 1.19 Sat 12 Jul 2008 - Moving to a production version - Changing to Module::Install to simplify maintenance - Updating perl dependency to 5.005 - Updated author tests - Some slight changes to resolve Kwalitee issues - Stopped using MANIFEST for the tests - Various minor whitespace and layout tweaks
17 lines
496 B
Makefile
17 lines
496 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/08/11 15:05:20 he Exp $
|
|
|
|
DISTNAME= Pod-Tests-1.19
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Pod-Tests/
|
|
COMMENT= Perl5 module that extracts embedded tests and code examples from POD
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Pod/Tests/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|