freebsd-ports/devel/p5-DateTime-Set/Makefile
Mathieu Arnold 16790c2ec7 Update to 0.09
- added DT::Set count()
- fixed DT::SpanSet duration()
- methods that accepted a DT object, now accept a list of DT objects.
  Suggested by Ben Bennet, I think.
- added _callback_next - "previous-only recurrences"
- optimizes intersection of recurrence with span
- internal 'S::I' recurrence class
- small fix in DT::Set clone()
- DateTime::Set uses DateTime infinity constants; max and min now return
  DateTime::Infinite::Future/Past objects.
- DateTime::Span uses DateTime infinity constants; max and min now return
  DateTime::Infinite::Future/Past objects.
  Docs update to explain 'max()' value when a span is built using 'before'.
- added method set_time_zone()
- clone() is documented

Approved by:	demon (mentor)
2003-08-19 16:17:28 +00:00

34 lines
804 B
Makefile

# New ports collection makefile for: p5-DateTime-Set
# Date created: 26 june 2003
# Whom: Mathieu Arnold <m@absolight.net>
#
# $FreeBSD$
#
PORTNAME= DateTime-Set
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Datetime sets and set math
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/Set/Infinite.pm:${PORTSDIR}/devel/p5-Set-Infinite
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= DateTime::Set.3 DateTime::Span.3 \
DateTime::SpanSet.3
.include <bsd.port.pre.mk>
# Because p5-Set-Infinite needs 5.6.1
.if ${PERL_LEVEL} < 500601
IGNORE="Need at least perl 5.6.1 to build"
.endif
.include <bsd.port.post.mk>