The current version Uses Test::Builder, so DEPEND on it.
Bump PKGREVISION.
This commit is contained in:
parent
b898020e0a
commit
d17773b54e
1 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.10 2005/12/27 13:54:57 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2006/01/22 20:41:05 wiz Exp $
|
||||
|
||||
DISTNAME= Test-Pod-1.22
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
SVR4_PKGNAME= p5tp
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
||||
|
@ -11,12 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Test-Pod/
|
|||
COMMENT= Perl5 module to check for POD errors in files
|
||||
|
||||
DEPENDS+= p5-Pod-Simple>=3.02nb1:../../textproc/p5-Pod-Simple
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if !empty(PKGSRC_RUN_TEST:M[yY][eE][sS])
|
||||
BUILD_DEPENDS+= p5-Test-Simple>=0.62:../../devel/p5-Test-Simple
|
||||
.endif
|
||||
DEPENDS+= p5-Test-Simple>=0.62:../../devel/p5-Test-Simple
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Test/Pod/.packlist
|
||||
|
|
Loading…
Reference in a new issue