From fb42574377fa43cfa9fdcc37e42104ed78c3bdce Mon Sep 17 00:00:00 2001 From: Automaton Date: Thu, 20 Dec 2012 10:49:11 +0100 Subject: [PATCH] Import devel/p5-DateTime-Event-Recurrence version 0.16 --- devel/p5-DateTime-Event-Recurrence/Makefile | 34 ++++++++++++++++++++ devel/p5-DateTime-Event-Recurrence/distinfo | 2 ++ devel/p5-DateTime-Event-Recurrence/pkg-descr | 4 +++ devel/p5-DateTime-Event-Recurrence/pkg-plist | 7 ++++ 4 files changed, 47 insertions(+) create mode 100644 devel/p5-DateTime-Event-Recurrence/Makefile create mode 100644 devel/p5-DateTime-Event-Recurrence/distinfo create mode 100644 devel/p5-DateTime-Event-Recurrence/pkg-descr create mode 100644 devel/p5-DateTime-Event-Recurrence/pkg-plist diff --git a/devel/p5-DateTime-Event-Recurrence/Makefile b/devel/p5-DateTime-Event-Recurrence/Makefile new file mode 100644 index 00000000000..98c935e84d3 --- /dev/null +++ b/devel/p5-DateTime-Event-Recurrence/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: p5-DateTime-Event-Recurrence +# Date created: 1 july 2003 +# Whom: Mathieu Arnold +# +# $FreeBSD: ports/devel/p5-DateTime-Event-Recurrence/Makefile,v 1.20 2012/11/17 05:56:12 svnexp Exp $ +# + +PORTNAME= DateTime-Event-Recurrence +DISTVERSION= 0.16 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Perl DateTime extension for computing basic recurrences + +BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= DateTime::Event::Recurrence.3 + +.if !defined(NOPORTDOCS) +PORTDOCS= CREDITS Changes README TODO + +post-install: + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." +.endif + +.include diff --git a/devel/p5-DateTime-Event-Recurrence/distinfo b/devel/p5-DateTime-Event-Recurrence/distinfo new file mode 100644 index 00000000000..4198cf6d4a7 --- /dev/null +++ b/devel/p5-DateTime-Event-Recurrence/distinfo @@ -0,0 +1,2 @@ +SHA256 (DateTime-Event-Recurrence-0.16.tar.gz) = 3872e0126cd9527a918d3e537f85342d1fbb1e6a9ae5833262201b31879f8609 +SIZE (DateTime-Event-Recurrence-0.16.tar.gz) = 23915 diff --git a/devel/p5-DateTime-Event-Recurrence/pkg-descr b/devel/p5-DateTime-Event-Recurrence/pkg-descr new file mode 100644 index 00000000000..ba5c5e5401a --- /dev/null +++ b/devel/p5-DateTime-Event-Recurrence/pkg-descr @@ -0,0 +1,4 @@ +This module provides convenience methods that let you easily create +DateTime::Set objects for common recurrences, such as "monthly" or "daily". + +WWW: http://datetime.perl.org/ diff --git a/devel/p5-DateTime-Event-Recurrence/pkg-plist b/devel/p5-DateTime-Event-Recurrence/pkg-plist new file mode 100644 index 00000000000..d000960075c --- /dev/null +++ b/devel/p5-DateTime-Event-Recurrence/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/DateTime/Event/Recurrence.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event/Recurrence/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event/Recurrence +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime +@dirrmtry %%SITE_PERL%%/DateTime/Event +@dirrmtry %%SITE_PERL%%/DateTime -- 2.41.0