pkgsrc/devel/p5-Pod-Usage/Makefile
wen 1ce3b22f5a Update to 1.68
Update DEPENDS

Upstream changes:
1.68 (marekr)
- CPAN#102529: License declaration mismatch
  unified the license for Pod-Usage to "as Perl itself", and corrected authors
- CPAN#109830: Tests fail
  added prerequisite for Pod::Text 4.00 to avoid running tests with outdated
  Pod::Text
- CPAN#110443: [PATCH] fix -perldoc option in pod2usage() method
  added missing '-'
- CPAN#110446: [feature request] -perldocopt for supplying perldoc options
  added this option; split of string on whitespace is not optimal, but
  should do the job

1.67 (marekr)
- added options -perlcmd and -perldoc to allow for non-standard installations
  of perl and the perldoc script. Thanks to Markus Jansen for the patch
2016-01-18 13:54:13 +00:00

22 lines
551 B
Makefile

# $NetBSD: Makefile,v 1.9 2016/01/18 13:54:13 wen Exp $
#
DISTNAME= Pod-Usage-1.68
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Pod-Usage/
COMMENT= Print a usage message from embedded pod documentation
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-podlators>=4.0:../../textproc/p5-podlators
EXTRACT_USING= gtar
PERL5_PACKLIST= auto/Pod/Usage/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"