pkgsrc/databases/p5-MLDBM/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

26 lines
709 B
Makefile

# $NetBSD: Makefile,v 1.21 2005/08/06 06:19:07 jlam Exp $
#
DISTNAME= MLDBM-2.01
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5mld
PKGREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MLDBM/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/MLDBM/MLDBM.html
COMMENT= Perl5 module for storing arbitrary data in tied hashes
DEPENDS+= {p5-Data-Dumper>=2.08,perl{,-thread}>=5.6.1nb2}:../../lang/perl5
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MLDBM/.packlist
post-patch:
${FIND} ${WRKSRC} -name "*.orig" -exec ${RM} -f {} \;
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"