pkgsrc/databases/p5-DBM-Deep/Makefile
he 9427e31fc5 Update from version 0.0013nb1 to 0.0014.
Pkgsrc changes:
 o Change to Module::Build build method

Upstream changes:

1.0014 Jun 13 23:15:00 2008 EST
    - (This version is compatible with 1.0013)
    - Fix for RT#36781 (t/44 has an unrequired dependency)
    - lock() has been aliased to lock_exclusive(). There is now
      a lock_shared() method. The :flock constants are no longer
      imported into the DBM::Deep namespace.
      **** THIS IS AN API CHANGE ****
2008-12-17 00:30:39 +00:00

28 lines
865 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/12/17 00:30:39 he Exp $
DISTNAME= DBM-Deep-1.0014
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
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
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/DBM/Deep/.packlist
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
DEPENDS+= p5-Test-Deep>=0.095:../../devel/p5-Test-Deep
DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
DEPENDS+= p5-Test-Warn>=0.08:../../devel/p5-Test-Warn
# for test target
BUILD_DEPENDS+= p5-FileHandle-Fmode-[0-9]*:../../devel/p5-FileHandle-Fmode
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"