pkgsrc/databases/p5-Tie-DBI/Makefile
wiz 6f263c527b p5-Tie-DBI: update to 1.08.
1.08 Sat Jan 18 2020 Todd Rinaldo
    Switch testing to github actions
	update MANIFEST and .gitignorew
	Switch to github issues

1.07 Tue Apr 12 2016 Todd Rinaldo
    Stop using vars in favor of ours
    Add Travis support
    Debian QA tool tidy fix
    Apply Perl::Tidy 20150815 and track .perltidyrc
    Fixes RT 104338 - prepare fails when a question mark appears in a text field
    Add an explicit minimum version of perl supported
    Add warnings.
2020-09-06 22:11:48 +00:00

28 lines
762 B
Makefile

# $NetBSD: Makefile,v 1.17 2020/09/06 22:11:48 wiz Exp $
DISTNAME= Tie-DBI-1.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Tie-DBI
COMMENT= Tie hashes to DBI relational databases
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
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
# no environment may give make test PASS
do-test:
cd ${WRKSRC} && ${MAKE} test
.include "../../databases/p5-DBI/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"