diff options
author | wiz <wiz@pkgsrc.org> | 2018-06-24 09:48:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-06-24 09:48:26 +0000 |
commit | de7bbf9f05656bec2dddc0a38f255044780d14d9 (patch) | |
tree | 50dee3f48d3054647ad79b61fdb04792211c0cd2 /devel | |
parent | 9a7ebf772f1c845913d7dca8ace23f8704315312 (diff) | |
download | pkgsrc-de7bbf9f05656bec2dddc0a38f255044780d14d9.tar.gz |
p5-Data-Random: add missing dependencies
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Data-Random/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Data-Random/Makefile b/devel/p5-Data-Random/Makefile index 7fae190db66..9af7989e897 100644 --- a/devel/p5-Data-Random/Makefile +++ b/devel/p5-Data-Random/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2018/04/23 06:23:40 wen Exp $ +# $NetBSD: Makefile,v 1.6 2018/06/24 09:48:26 wiz Exp $ DISTNAME= Data-Random-0.13 PKGNAME= p5-${DISTNAME} @@ -13,6 +13,8 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-GD>=1.18:../../graphics/p5-GD DEPENDS+= p5-Time-Piece>=1.16:../../time/p5-Time-Piece BUILD_DEPENDS+= p5-YAML-Tiny-[0-9]*:../../textproc/p5-YAML-Tiny +BUILD_DEPENDS+= p5-File-ShareDir-Install-[0-9]*:../../devel/p5-File-ShareDir-Install +TEST_DEPENDS+= p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime MAKE_ENV+= PERL_USE_UNSAFE_INC=1 PERL5_PACKLIST= auto/Data/Random/.packlist |