1e6608d7ca
0.903 Fri Oct 6, 2017 - general Kwallitee cleanup - warnings cleanup - limitations noted re sequential tests only and repeated re-reading. 0.902 Thu Oct 5, 2017 - Fix test for RT 114342 (Literal '{' in RE fatal in 5.25+)
20 lines
645 B
Makefile
20 lines
645 B
Makefile
# $NetBSD: Makefile,v 1.18 2017/10/09 07:26:21 wiz Exp $
|
|
|
|
DISTNAME= Config-Std-0.903
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BR/BRICKER/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Config-Std/
|
|
COMMENT= Perl 5 module providing a simple configuration-file system
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Class-Std-[0-9]*:../../devel/p5-Class-Std
|
|
#DEPENDS+= {perl>=5.9.0,p5-version-[0-9]*}:../../devel/p5-version
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Config/Std/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|