pkgsrc/devel/p5-Test-Manifest/Makefile
sno f4f1c28252 Updating package for p5 module Test::Manifest from 1.22nb1 to 1.23
pkgsrc changes:
  - Adding license (perl5 license)

Upstream changes:
1.23 - Fri Jul 17 03:04:38 2009
	* Move everything to git and finally make a release

1.22_03 - Tue Jul 29 21:14:49 2008
	* Fixed bug for missing file: previously the missing file
	name was passed through to run_t_files, although without
	the t/ added to its path. Test::Manifest should only
	warn about and skip missing files.

1.22_02 - Thu Jan 24 06:13:13 2008
	* File path and unlink fixes for VMS (RT #32061). Let's see if this works.

1.22_01 - Sun Jan  6 14:18:46 2008
	* Changed test file names to only have one dot in them so they
	work on VMS and ODS-2 file systems: RT #32061
	* This is a test release.
2009-07-30 07:26:57 +00:00

19 lines
523 B
Makefile

# $NetBSD: Makefile,v 1.7 2009/07/30 07:26:57 sno Exp $
DISTNAME= Test-Manifest-1.23
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-Manifest/
COMMENT= Perl5 module to choose test order
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Manifest/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"