10e791e274
1.04 Mon 24 Mar 2008 - Removing dependency on File::Slurp 1.03 Sat 1 Mar 2008 - Incremental release to clear out some CPAN Testers failures - No need to upgrade 1.02 Tue 11 Dec 2007 - Cygwin is clearly insane, skip root and win32 test sets - More aggressive dependencies, particularly on Win32 1.01 Tue 11 Dec 2007 - No functional changes - Correcting dependency - Updating to Module::Install 0.68 - Updating bundled tests
24 lines
771 B
Makefile
24 lines
771 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/04/23 20:03:17 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= File-Flat-1.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/File-Flat/
|
|
COMMENT= Implements a flat file system
|
|
|
|
BUILD_DEPENDS+= p5-Test-ClassAPI>=1.02:../../devel/p5-Test-ClassAPI
|
|
DEPENDS+= p5-File-Remove>=0.21:../../sysutils/p5-File-Remove
|
|
DEPENDS+= p5-File-Temp>=0.14:../../devel/p5-File-Temp
|
|
DEPENDS+= p5-File-Copy-Recursive>=0.28:../../sysutils/p5-File-Copy-Recursive
|
|
DEPENDS+= p5-prefork>=0.02:../../devel/p5-prefork
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/File/Flat/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|