402691ca61
------------------------------------- 2.05 2016-09-17 - Bump requirement for newer version of Module::Metadata (again) Required for ignore_unindexable
23 lines
718 B
Makefile
23 lines
718 B
Makefile
# $NetBSD: Makefile,v 1.9 2016/09/19 10:19:55 mef Exp $
|
|
#
|
|
|
|
DISTNAME= Test-Version-2.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Version/
|
|
COMMENT= Check to see that version's in modules are sane
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-File-Find-Rule-Perl>=0:../../devel/p5-File-Find-Rule-Perl
|
|
DEPENDS+= p5-Module-Metadata>=1.000020:../../devel/p5-Module-Metadata
|
|
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/Version/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|