diff options
author | mef <mef@pkgsrc.org> | 2015-09-04 12:44:20 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-09-04 12:44:20 +0000 |
commit | 8d4ca95815bf49f86343b938c2551c7b67b4ad3a (patch) | |
tree | ea8a80ea41108e3594d647de3263958347b3dcd6 /time/p5-DateTime-Locale | |
parent | f7b1fd4bf4c049e09a093b8f130010f001fde9bd (diff) | |
download | pkgsrc-8d4ca95815bf49f86343b938c2551c7b67b4ad3a.tar.gz |
- Add Following line,
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
In make test, following is listed unless otherwise
# === Runtime Requires ===
# Module Want Have
# -------------------- ---- -------
# List::MoreUtils any missing
- PKGREVISION++
Diffstat (limited to 'time/p5-DateTime-Locale')
-rw-r--r-- | time/p5-DateTime-Locale/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/time/p5-DateTime-Locale/Makefile b/time/p5-DateTime-Locale/Makefile index 1843d8edbda..4de953919ea 100644 --- a/time/p5-DateTime-Locale/Makefile +++ b/time/p5-DateTime-Locale/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2015/06/12 10:51:44 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/09/04 12:44:20 mef Exp $ DISTNAME= DateTime-Locale-0.46 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -14,6 +14,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Dist-CheckConflicts-[0-9]*:../../devel/p5-Dist-CheckConflicts DEPENDS+= p5-Params-Validate>=0.91:../../devel/p5-Params-Validate DEPENDS+= p5-Params-Validate>=0.91:../../devel/p5-Params-Validate +DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils USE_LANGUAGES= # empty PERL5_PACKLIST= auto/DateTime/Locale/.packlist |