pkgsrc/devel/p5-Test-File/Makefile
wen 89849ab433 Update to 1.39
Add missing BUILD_DEPENDS
Add a patch to fix test

Upstream changes:
1.39 - Thu Sep 11 05:46:58 2014
	* Allow tests to run in parallel (RT #89908 and RT #91862)

1.38 - Thu Sep 11 04:03:42 2014
	* Add xmikew's mtime test fucntions. GitHub issue #8

1.37 - Thu Sep 11 03:46:00 2014
	* Uncomment accidently commented symlink_target_is_absolute_ok
2014-09-12 08:49:52 +00:00

19 lines
500 B
Makefile

# $NetBSD: Makefile,v 1.5 2014/09/12 08:49:52 wen Exp $
#
DISTNAME= Test-File-1.39
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-File/
COMMENT= Test file attributes
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Test/File/.packlist
BUILD_DEPENDS+= p5-Test-utf8>=0:../../devel/p5-Test-utf8
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"