pkgsrc/editors/p5-PPIx-EditorTools/Makefile
wiz 554ab09da0 p5-PPIx-EditorTools: update to 0.21.
0.21 2017-12-24
  [ ENHANCEMENTS ]
    - remove spurious dependencies. (GH#8, Kent Fredic)

  [ STATISTICS ]
    - code churn: 6 files changed, 110 insertions(+), 94 deletions(-)
2017-12-30 14:20:30 +00:00

31 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.17 2017/12/30 14:20:30 wiz Exp $
DISTNAME= PPIx-EditorTools-0.21
PKGNAME= p5-${DISTNAME}
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YA/YANICK/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/PPIx-EditorTools/
COMMENT= Utility methods and base class for manipulating Perl via PPI
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
BUILD_DEPENDS+= p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
BUILD_DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings
DEPENDS+= p5-Class-XSAccessor>=1.02:../../devel/p5-Class-XSAccessor
DEPENDS+= p5-PPI>=1.215:../../devel/p5-PPI
DEPENDS+= p5-Try-Tiny>=0.11:../../devel/p5-Try-Tiny
MAKE_ENV+= PERL_USE_UNSAFE_INC=1
PERL5_PACKLIST= auto/PPIx/EditorTools/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
#pre-configure:
# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"