pkgsrc/devel/p5-Data-TemporaryBag/Makefile
obache 3a076fb73c Update p5-Data-TemporaryBag to 0.09.
Based on patch provided by Martin Wilke via PR 34331.

Pkgsrc Changes:
Change HOMEPAGE to redirected URL.

Changes:
0.09 Wed Jan 25 16:13:33 2006
	- Changed to create temporary files in tmpdir(). $TempPath is obsolete now.

0.08 Thu Jan 29 00:15:00 2004
	- Segmentation fault occurred under a certain condition. Fixed.
						(Thanks to David K. Watson)

0.07 Mon Dec 15 22:45:00 2003
	- Changed an implementation of length method.
	- Removed some warnings.

0.06 Sun Nov 11 00:00:00 2002
	- Minor fix to pass -w.

0.05 Thu Oct 17 01:18:00 2002
	- Added a manager of opened temporary files.
	- Rewrote substr method.
2006-10-25 13:56:45 +00:00

18 lines
499 B
Makefile

# $NetBSD: Makefile,v 1.7 2006/10/25 13:56:45 obache Exp $
#
DISTNAME= Data-TemporaryBag-0.09
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Data-TemporaryBag/
COMMENT= Handle long size data using temporary file
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Data/TemporaryBag/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"