diff options
author | obache <obache@pkgsrc.org> | 2006-10-29 15:17:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-10-29 15:17:42 +0000 |
commit | 2ac36f200cfc5c259b55d2de1244b7a796235630 (patch) | |
tree | dfa92d0e4ecab8cd74c0a077ee61797a31ba28a8 /devel/p5-File-Flat/Makefile | |
parent | 9ff4a10c86ddb1a3725b2af44c6de815f0ec5f6d (diff) | |
download | pkgsrc-2ac36f200cfc5c259b55d2de1244b7a796235630.tar.gz |
Update p5-File-Flat to 0.96.
Based on patch provided by Martin Wilke via PR 34348.
And since this version, no need to build depend on p5-ExtUtils-AutoInstall.
Changes:
0.96 Wed 19 Jul 2006
- Moving from CVS to new SVN repository
- Upgrading to Module::Install
Diffstat (limited to 'devel/p5-File-Flat/Makefile')
-rw-r--r-- | devel/p5-File-Flat/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/p5-File-Flat/Makefile b/devel/p5-File-Flat/Makefile index e28bba1eb0f..d31003a47c9 100644 --- a/devel/p5-File-Flat/Makefile +++ b/devel/p5-File-Flat/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2006/03/04 21:29:21 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/10/29 15:17:42 obache Exp $ # -DISTNAME= File-Flat-0.95 +DISTNAME= File-Flat-0.96 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} @@ -11,7 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/File-Flat/ COMMENT= Implements a flat file system -BUILD_DEPENDS+= p5-ExtUtils-AutoInstall>=0.59:../../devel/p5-ExtUtils-AutoInstall BUILD_DEPENDS+= p5-Test-ClassAPI>=1.02:../../devel/p5-Test-ClassAPI DEPENDS+= p5-File-Remove>=0.21:../../sysutils/p5-File-Remove DEPENDS+= p5-File-NCopy>=0.32:../../sysutils/p5-File-NCopy |