pkgsrc/devel/p5-strictures/Makefile
wen 903e467606 Update to 2.000001
Upstream changes:
2.000001 - 2015-06-28
  - update for perl 5.22 warning categories
  - avoid using goto &UNIVERSAL::VERSION on perl 5.8, since it segfaults some
    builds
  - also detect development directories based on .bzr directory
  - various test cleanups
2015-06-30 06:47:07 +00:00

17 lines
523 B
Makefile

# $NetBSD: Makefile,v 1.16 2015/06/30 06:47:07 wen Exp $
DISTNAME= strictures-2.000001
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/strictures/
COMMENT= Perl 5 pragma to turn on strict and make all warnings fatal
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/strictures/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"