5f6d7c8d41
Update DEPENDS Uptream changes: 0.103004 2014-12-26 22:31:16-05:00 America/New_York - fix a regression in 0.103003, in which Nonpod paragraphs were not converted into Pod5::Nonpod paragraphs by the Pod5 transformer 0.103003 2014-12-23 21:11:26-05:00 America/New_York - remove use of Moose::Autobox 0.103002 2014-10-27 21:12:54-04:00 America/New_York - make classes immutable to improve runtime speed 0.103001 2014-05-20 20:45:43-04:00 America/New_York - load Class::Load, which older Moose does not automatically load
30 lines
1.3 KiB
Makefile
30 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.11 2015/01/11 11:42:28 wen Exp $
|
|
|
|
DISTNAME= Pod-Elemental-0.103004
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Pod-Elemental/
|
|
COMMENT= Perl5 module to work with nestable Pod elements
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= {perl>=5.10.1,p5-Encode-[0-9]*}:../../textproc/p5-Encode
|
|
DEPENDS+= p5-Mixin-Linewise-[0-9]*:../../devel/p5-Mixin-Linewise
|
|
DEPENDS+= p5-Moose>=0.90:../../devel/p5-Moose
|
|
DEPENDS+= p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types
|
|
DEPENDS+= p5-Pod-Eventual-[0-9]*:../../textproc/p5-Pod-Eventual
|
|
DEPENDS+= p5-String-RewritePrefix-[0-9]*:../../textproc/p5-String-RewritePrefix
|
|
DEPENDS+= p5-String-Truncate-[0-9]*:../../textproc/p5-String-Truncate
|
|
DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
|
|
DEPENDS+= p5-Sub-Exporter-ForMethods-[0-9]*:../../devel/p5-Sub-Exporter-ForMethods
|
|
DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
|
|
|
|
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
|
|
BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
|
|
|
|
PERL5_PACKLIST= auto/Pod/Elemental/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|