summaryrefslogtreecommitdiff
path: root/net/p5-Net-DNS
diff options
context:
space:
mode:
authordillo <dillo>2003-02-17 15:27:58 +0000
committerdillo <dillo>2003-02-17 15:27:58 +0000
commit2c8802789806b9ddef6e800c82359872ee24551f (patch)
tree1af7ef2b2bc5ea7a4f444fbcd0608162da7f6fc3 /net/p5-Net-DNS
parent83e8d7237280e315a0f683c2ed6a48dc403586cb (diff)
downloadpkgsrc-2c8802789806b9ddef6e800c82359872ee24551f.tar.gz
convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
Diffstat (limited to 'net/p5-Net-DNS')
-rw-r--r--net/p5-Net-DNS/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile
index d7b00678de2..aa50e135eff 100644
--- a/net/p5-Net-DNS/Makefile
+++ b/net/p5-Net-DNS/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/10/06 02:37:56 heinz Exp $
+# $NetBSD: Makefile,v 1.8 2003/02/17 15:28:02 dillo Exp $
#
DISTNAME= Net-DNS-0.29
@@ -18,12 +18,10 @@ DEPENDS+= p5-MIME-Base64>=2.11:../../converters/p5-MIME-Base64
BUILDLINK_DEPENDS.perl= perl>=5.6.0
USE_BUILDLINK2= YES
+TEST_TARGET= test
PERL5_CONFIGURE= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/DNS/.packlist
-test: build
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKEFLAGS} test
-
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"