summaryrefslogtreecommitdiff
path: root/security/p5-Digest-Nilsimsa
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 /security/p5-Digest-Nilsimsa
parent83e8d7237280e315a0f683c2ed6a48dc403586cb (diff)
downloadpkgsrc-2c8802789806b9ddef6e800c82359872ee24551f.tar.gz
convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
Diffstat (limited to 'security/p5-Digest-Nilsimsa')
-rw-r--r--security/p5-Digest-Nilsimsa/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/p5-Digest-Nilsimsa/Makefile b/security/p5-Digest-Nilsimsa/Makefile
index 4a3779ced00..304578077e5 100644
--- a/security/p5-Digest-Nilsimsa/Makefile
+++ b/security/p5-Digest-Nilsimsa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/10/06 03:07:03 heinz Exp $
+# $NetBSD: Makefile,v 1.2 2003/02/17 15:28:02 dillo Exp $
#
DISTNAME= Digest-Nilsimsa-0.06
@@ -15,12 +15,10 @@ COMMENT= perl5 extension module for Nilsimsa signatures
# with 5.6.1 :-/
BUILDLINK_DEPENDS.perl= perl>=5.6.1
USE_BUILDLINK2= YES
+TEST_TARGET= test
PERL5_CONFIGURE= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Digest/Nilsimsa/.packlist
-test: build
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKEFLAGS} test
-
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"