summaryrefslogtreecommitdiff
path: root/databases/p5-Tie-DBI/Makefile
diff options
context:
space:
mode:
authormef <mef>2017-04-26 12:46:27 +0000
committermef <mef>2017-04-26 12:46:27 +0000
commitf139179e6e3e1f8dbff60a312c66edb5d19cab59 (patch)
treefcfd28b48be60eee1a328d9bdae78d683a7bb58d /databases/p5-Tie-DBI/Makefile
parent658cf98492439c7a918d1b1aa2235a38e1f57623 (diff)
downloadpkgsrc-f139179e6e3e1f8dbff60a312c66edb5d19cab59.tar.gz
Updated databases/p5-Tie-DBI to 1.06
------------------------------------ 1.06 Fri Apr 5 2013 Todd Rinaldo Bump to production release now tests all pass on cpan testers 1.05_01 Thu Mar 28 2013 Todd Rinaldo Fix for RT 58813 - Fix for File based DBDs Fix for RT 84125 - Fix for mysqlPP (pkgsrc changes) - drop two patches, those were really provided by upstream after previous version - Add do-test: target, for doing without any environment. Hope this will give PASS
Diffstat (limited to 'databases/p5-Tie-DBI/Makefile')
-rw-r--r--databases/p5-Tie-DBI/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/databases/p5-Tie-DBI/Makefile b/databases/p5-Tie-DBI/Makefile
index d0753dcda36..7ba69a4d5b7 100644
--- a/databases/p5-Tie-DBI/Makefile
+++ b/databases/p5-Tie-DBI/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2016/06/08 19:22:31 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/04/26 12:46:27 mef Exp $
#
-DISTNAME= Tie-DBI-1.05
+DISTNAME= Tie-DBI-1.06
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 7
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
@@ -19,6 +18,10 @@ 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"