diff options
author | sno <sno@pkgsrc.org> | 2010-03-10 08:46:57 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-03-10 08:46:57 +0000 |
commit | b23f668432e74169b95aa0786e1b3d29ace378c2 (patch) | |
tree | b0c9c5a49b9c50bad2c8eaa406d04768216bf139 /databases/p5-DBM-Deep/Makefile | |
parent | e01ac914c7487e0239b7eb04305d26f504f3624b (diff) | |
download | pkgsrc-b23f668432e74169b95aa0786e1b3d29ace378c2.tar.gz |
Updating databases/p5-DBM-Deep from 1.0015 to 1.0016
pkgsrc changes:
- Add license definition
- Adjust dependency (Test::More 0.88 is satisfied by available lang/perl5)
Upstream changes:
1.0016 Feb 05 22:10:00 2010 PST
- (This version is compatible with 1.0015)
- New caveat in the docs explaining stale references (RT#42129)
- All included modules now have the same version in META.yml, so
the CPAN shell will no longer try to downgrade.
- Fixed bug in clear() for hashes (RT#50541)
Diffstat (limited to 'databases/p5-DBM-Deep/Makefile')
-rw-r--r-- | databases/p5-DBM-Deep/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/p5-DBM-Deep/Makefile b/databases/p5-DBM-Deep/Makefile index 52324e62220..7ce8c4af55f 100644 --- a/databases/p5-DBM-Deep/Makefile +++ b/databases/p5-DBM-Deep/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2010/02/02 21:26:21 seb Exp $ +# $NetBSD: Makefile,v 1.5 2010/03/10 08:46:57 sno Exp $ -DISTNAME= DBM-Deep-1.0015 +DISTNAME= DBM-Deep-1.0016 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBM/} @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBM/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/DBM-Deep/ COMMENT= Pure perl multi-level hash/array DBM that supports transactions +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir @@ -17,7 +18,7 @@ PERL5_PACKLIST= auto/DBM/Deep/.packlist BUILD_DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy BUILD_DEPENDS+= p5-Test-Deep>=0.095:../../devel/p5-Test-Deep BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception -BUILD_DEPENDS+= p5-Test-Simple>=0.88:../../devel/p5-Test-Simple +BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Warn>=0.08:../../devel/p5-Test-Warn # for test target |