b18acc358f
Upstream changes: 1.005004 - 2014-03-06 - make sure meta files list extra modules as recommendations, not requirements 1.005003 - 2014-02-12 - added support for PUREPERL_ONLY (rt#91407) - fixed using strictures->VERSION to query the version (rt#92965) 1.005002 - 2013-12-10 - extra prereqs will be listed as hard prerequisites if a compiler is available
18 lines
525 B
Makefile
18 lines
525 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/07/17 12:52:01 wen Exp $
|
|
#
|
|
|
|
DISTNAME= strictures-1.005004
|
|
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"
|