pkgsrc/databases/p5-Tie-DBI/Makefile
sno 39131f2cb0 Updating databases/p5-Tie-DBI from 1.02 to 1.05.
pkgsrc changes:
- apply patches from RT#58813
- add license definition

Upstream changes:
1.05 Sat Apr10 01:00 2010
       need to make DBD::SQLite to pre-req to get tests to succeed.
	This shouldn't really be an undue burden

1.04 Mon Mar 31 22:25 2010
	Add DBD::SQLite to build_requires meta so automated testing
	won't fail

1.03 Mon Mar 29 13:00 2010
	RT 3695 - SQLite support - Thanks RURBAN
	RT 19833 - Don't Chomp blanks. The user can do that in their
	script if they intended it.
	   NOTE!!! This may break your code if you were depending on
		this behavior. Please open an RT ticket if you feel
		this needs to be put back in.
	Test suite to Test::More
2010-07-31 07:24:38 +00:00

25 lines
655 B
Makefile

# $NetBSD: Makefile,v 1.2 2010/07/31 07:24:38 sno Exp $
#
DISTNAME= Tie-DBI-1.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Tie-DBI/
COMMENT= Tie hashes to DBI relational databases
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
ALL_ENV+= DBI_DSN=dbi:DBM:dbm_mldbm=Storable
PERL5_PACKLIST= auto/Tie/DBI/.packlist
pre-configure:
cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
.include "../../databases/p5-DBI/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"