pkgsrc/devel/p5-strictures/Makefile
wen a619bcf96a Update to 1.005001
Upstream changes:
1.005001   2013-11-07
  - fix skip on old perl on test script

1.005000   2013-11-05
  - detect mercurial when checking for development trees
  - avoid using constant.pm to save a bit of memory on older perls
  - update to v2 metadata
2013-11-24 03:52:19 +00:00

18 lines
524 B
Makefile

# $NetBSD: Makefile,v 1.9 2013/11/24 03:52:19 wen Exp $
#
DISTNAME= strictures-1.005001
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"