diff options
author | dillo <dillo@pkgsrc.org> | 2003-02-17 15:27:58 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2003-02-17 15:27:58 +0000 |
commit | 5f4ad95078bf93b70aba68eb54ae3ff92d1a0f54 (patch) | |
tree | 1af7ef2b2bc5ea7a4f444fbcd0608162da7f6fc3 /security/p5-Digest-Nilsimsa | |
parent | f1349125eb73cfee536105a66c0bab7c5347b686 (diff) | |
download | pkgsrc-5f4ad95078bf93b70aba68eb54ae3ff92d1a0f54.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/Makefile | 6 |
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" |