This module contains some common calculation utilities

that are required to perform datetime calculations.

WWW: http://search.cpan.org/dist/DateTime-Util-Calc/

PR:		ports/113753
Submitted by:	Masahiro Teramoto <markun at onohara.to>
This commit is contained in:
Rong-En Fan 2007-06-17 08:13:39 +00:00
parent 733c9c6a00
commit 77fbb7c312
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193713
5 changed files with 50 additions and 0 deletions

View File

@ -1069,6 +1069,7 @@
SUBDIR += p5-DateTime-TimeZone
SUBDIR += p5-DateTime-TimeZone-Alias
SUBDIR += p5-DateTime-TimeZone-LMT
SUBDIR += p5-DateTime-Util-Calc
SUBDIR += p5-Decision-ACL
SUBDIR += p5-Devel-Arena
SUBDIR += p5-Devel-Caller

View File

@ -0,0 +1,34 @@
# New ports collection makefile for: p5-DateTime-Util-Calc
# Date created: 2007-06-16
# Whom: Masahiro Teramoto <markun@onohara.to>
#
# $FreeBSD$
#
PORTNAME= DateTime-Util-Calc
PORTVERSION= 0.13002
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= DateTime Calculation Utilities
BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= DateTime::Util::Calc.3
OPTIONS= GMP "Use GMP library" off
.include <bsd.port.pre.mk>
.if defined(WITH_GMP)
BUILD_DEPENDS+= p5-Math-BigInt-GMP>=0:${PORTSDIR}/math/p5-Math-BigInt-GMP
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (DateTime-Util-Calc-0.13002.tar.gz) = 5d289484b093d43fa29efbe97c5f2e53
SHA256 (DateTime-Util-Calc-0.13002.tar.gz) = e12184868c13c85dc4390f9e553ab36b03a7713108a12c27e2f3de69dcc2cc9a
SIZE (DateTime-Util-Calc-0.13002.tar.gz) = 25601

View File

@ -0,0 +1,4 @@
This module contains some common calculation utilities
that are required to perform datetime calculations.
WWW: http://search.cpan.org/dist/DateTime-Util-Calc/

View File

@ -0,0 +1,8 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Util/Calc/.packlist
%%SITE_PERL%%/DateTime/Util/Calc.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Util/Calc
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Util
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime
@dirrmtry %%SITE_PERL%%/DateTime/Util/Calc
@dirrmtry %%SITE_PERL%%/DateTime/Util
@dirrmtry %%SITE_PERL%%/DateTime