pkgsrc/textproc/p5-Pod-Elemental/Makefile
wen 8c5c9495fc Update to 0.103000
Upstream changes:
0.103000  2014-01-12 09:03:06-05:00 America/New_York
          Pod::Elemental::Document only adds leading =pod or trailing =cut if
          they are not already present
2014-02-01 12:55:37 +00:00

33 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.8 2014/02/01 12:55:37 wen Exp $
DISTNAME= Pod-Elemental-0.103000
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-Moose-Autobox>=0.10:../../devel/p5-Moose-Autobox
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
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Pod/Elemental/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"