650dbe98c2
--------------- 0.901 Tue Sep 10, 2013 - Copyright, added co-maintainers * RT 85956 - 5.18 Hash ordering randomization hit the tests. Thanks to Gregor on Debian for report and Zefram for patch.
20 lines
644 B
Makefile
20 lines
644 B
Makefile
# $NetBSD: Makefile,v 1.13 2015/01/28 04:58:05 mef Exp $
|
|
|
|
DISTNAME= Config-Std-0.901
|
|
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"
|