pkgsrc/devel/p5-Test-Kwalitee/Makefile
he 0713e98208 Import p5-Test-Kwalitee version 1.01.
Kwalitee is an automatically-measurable gauge of how good your
software is. That's very different from quality, which a computer
really can't measure in a general sense. (If you can, you've solved
a hard problem in computer science.)

In the world of the CPAN, the CPANTS project (CPAN Testing Service;
also a funny acronym on its own) measures Kwalitee with several
metrics. If you plan to release a distribution to the CPAN -- or
even within your own organization -- testing its Kwalitee before
creating a release can help you improve your quality as well.

Test::Kwalitee and a short test file will do this for you automatically.
2008-10-31 00:36:19 +00:00

22 lines
632 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/10/31 00:36:19 he Exp $
#
DISTNAME= Test-Kwalitee-1.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Kwalitee/
COMMENT= Perl5 module to test the Kwalitee of a distribution
DEPENDS+= p5-Module-CPANTS-Analyse>=0.82:../../devel/p5-Module-CPANTS-Analyse
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Kwalitee/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"