8899d47714
Upstream changes: 1.004001 - 2012-07-12 - test-specific strictures now enabled during 'dzil test' 1.004000 - 2012-07-12 - switch to testing calling file to avoid firing on dependencies
20 lines
559 B
Makefile
20 lines
559 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/07/31 05:35:16 wen Exp $
|
|
#
|
|
|
|
DISTNAME= strictures-1.004001
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/ET/ETHER/}
|
|
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|