pkgsrc/devel/p5-Test-File/Makefile
mef 2e36f32e6f Update 1.41 to 1.44
-------------------
1.44 2015-07-06T00:29:56Z
        * Fix file_has_* tests to work on Windows (RJBS) GitHub #13

1.43_02 2015-06-24T15:21:57Z
 * check file_mode_has tests for Windows

1.43 2015-06-22T21:44:37Z
        * Don't install README.pod

1.42 2015-06-16T17:58:11Z
        * Fix problem with META* specifying requirements (RT #105210)
2015-09-06 10:09:20 +00:00

19 lines
500 B
Makefile

# $NetBSD: Makefile,v 1.8 2015/09/06 10:09:20 mef Exp $
#
DISTNAME= Test-File-1.44
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"