Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.15 2015/06/12 10:51:07 wiz Exp $
# $NetBSD: Makefile,v 1.18 2016/07/20 13:50:57 mef Exp $
#
DISTNAME= Data-SimplePassword-0.07
DISTNAME= Data-SimplePassword-0.11
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
@@ -22,11 +21,17 @@ DEPENDS+= p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require
# recommended
DEPENDS+= p5-Math-Random-MT-[0-9]*:../../math/p5-Math-Random-MT
# for make test
BUILD_DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
BUILD_DEPENDS+= p5-Moo>=1.001:../../devel/p5-Moo
BUILD_DEPENDS+= p5-MooX-ClassAttribute-[0-9]*:../../devel/p5-MooX-ClassAttribute
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
REPLACE_PERL+= script/rndpassword
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Data/SimplePassword/.packlist
PERL5_MODULE_TYPE= Module::Build
PERL5_MODULE_TYPE= Module::Build::Tiny
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"