1e09ea6a89
- Adust conflict. -CONFLICTS+= p5-Test-Builder-Tester-[0-9]* +CONFLICTS+= p5-Test-Tester-[0-9]* +CONFLICTS+= p5-Test-use-ok-[0-9]* - As a side note (after reading listed below at the 1.001010 entry: * Integrate Test::Tester and Test::use::ok for easier downgrade from trial ) Following packages depends to Test-Tester p5-Test-Deep p5-Test-MinimumVersion (BUILD_DEPENDS+= ) p5-Test-NoWarnings p5-Test-Output p5-Test-Trap and may not be convenient when those are installed (causing CONFILICT) (upstream) - Update 1.001003 to 1.001014 --------------------------- 1.001014 Tue Dec 28 08:31:00:00 PST 2015 * Write a test to ensure this changes file gets updated * Update changes file for 1.001013 1.001013 Sun Dec 28 08:00:00:00 PST 2015 * Fix a unit test that broke on some platforms with spaces in the $^X path 1.001012 Tue Dec 23 07:39:00:00 PST 2015 * Move test that was dropped in the wrong directory 1.001011 Sat Dec 20 09:08:00:00 PST 2015 * Remove POD Coverage test 1.001010 Fri Dec 19 20:16:00:00 PST 2015 * Fix windows test bug #491 * Integrate Test::Tester and Test::use::ok for easier downgrade from trial 1.001009 Sun Nov 2 22:31:08:00 PST 2014 * Fix bug in cmp_ok 1.001008 Wed Oct 15 20:10:22:00 PST 2014 * Updated Changes file 1.001007 Wed Oct 15 16:37:11:00 PST 2014 * Fix subtest name when skip_all is used 1.001006 Tue Sep 2 14:39:05:00 PST 2014 * Reverted change that is now part of alpha branch 1.001005 Tue Sep 2 19:47:19:00 JST 2014 * Changed install path for perl 5.12 or higher. 1.001004_003 Sat May 17 13:43:00 PST 2014 * Another Minor doc fix to solve test bug * Fix #399, conflict with strawberry-portable 1.001004_002 Sat May 17 13:43:00 PST 2014 * Minor doc fix to solve test bug 1.001004_001 Sat May 10 08:39:00 PST 2014 * Doc updates * Subtests accept args * Outdent subtest diag
19 lines
548 B
Makefile
19 lines
548 B
Makefile
# $NetBSD: Makefile,v 1.56 2015/04/17 01:28:22 mef Exp $
|
|
|
|
DISTNAME= Test-Simple-1.001014
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Simple/
|
|
COMMENT= Perl5 module with a simple framework for writing tests
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
CONFLICTS+= p5-Test-Tester-[0-9]*
|
|
CONFLICTS+= p5-Test-use-ok-[0-9]*
|
|
|
|
PERL5_PACKLIST= auto/Test/Simple/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|