diff options
Diffstat (limited to 'devel/p5-Date-Calc/Makefile')
-rw-r--r-- | devel/p5-Date-Calc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-Date-Calc/Makefile b/devel/p5-Date-Calc/Makefile index 81a3ff117f5..47903e66116 100644 --- a/devel/p5-Date-Calc/Makefile +++ b/devel/p5-Date-Calc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2009/10/11 09:56:55 sno Exp $ +# $NetBSD: Makefile,v 1.28 2009/10/24 16:42:40 sno Exp $ # -DISTNAME= Date-Calc-6.0 +DISTNAME= Date-Calc-6.2 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dca CATEGORIES= devel perl5 @@ -12,11 +12,12 @@ HOMEPAGE= http://engelschall.com/u/sb/download/ COMMENT= Perl5 module for Gregorian calendar date calculations LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Bit-Vector>=7.0:../../devel/p5-Bit-Vector +DEPENDS+= p5-Bit-Vector>=7.1:../../devel/p5-Bit-Vector DEPENDS+= p5-Carp-Clan>=5.3:../../devel/p5-Carp-Clan PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Date/Calc/.packlist |