diff options
author | mat <mat@FreeBSD.org> | 2003-08-20 08:54:28 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-08-20 08:54:28 +0000 |
commit | 542efc6a1b54c846fc26aeb2923a229aa4865baf (patch) | |
tree | 86b5dd88064eb93e468d7af7167531ad73a5f33e /devel/p5-DateTime-Calendar-FrenchRevolutionary | |
parent | 1b21d46c70dac0a650ba797db7a08001c79b3eb6 (diff) | |
download | FreeBSD-ports-542efc6a1b54c846fc26aeb2923a229aa4865baf.zip FreeBSD-ports-542efc6a1b54c846fc26aeb2923a229aa4865baf.tar.gz |
Add p5-DateTime-Calendar-FrenchRevolutionary 0.04
Dates in the French Revolutionary Calendar.
PR: 55117
Submitted by: me
Approved by: demon (mentor)
Diffstat (limited to 'devel/p5-DateTime-Calendar-FrenchRevolutionary')
4 files changed, 34 insertions, 0 deletions
diff --git a/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile b/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile new file mode 100644 index 0000000..4d44c20 --- /dev/null +++ b/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-DateTime-Calendar-FrenchRevolutionary +# Date created: 26 june 2003 +# Whom: mat +# +# $FreeBSD$ +# + +PORTNAME= DateTime-Calendar-FrenchRevolutionary +PORTVERSION= 0.04 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DateTime +PKGNAMEPREFIX= p5- + +MAINTAINER= mat@FreeBSD.org +COMMENT= Dates in the French Revolutionary Calendar + +BUILD_DEPENDS= ${RUN_DEPENDS} \ + ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ + ${SITE_PERL}/Roman.pm:${PORTSDIR}/math/p5-Roman + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/devel/p5-DateTime-Calendar-FrenchRevolutionary/distinfo b/devel/p5-DateTime-Calendar-FrenchRevolutionary/distinfo new file mode 100644 index 0000000..05611b1 --- /dev/null +++ b/devel/p5-DateTime-Calendar-FrenchRevolutionary/distinfo @@ -0,0 +1 @@ +MD5 (DateTime-Calendar-FrenchRevolutionary-0.04.tar.gz) = 35dc6ba73d13dc47fbc0adb0753bfafd diff --git a/devel/p5-DateTime-Calendar-FrenchRevolutionary/pkg-descr b/devel/p5-DateTime-Calendar-FrenchRevolutionary/pkg-descr new file mode 100644 index 0000000..66f4833 --- /dev/null +++ b/devel/p5-DateTime-Calendar-FrenchRevolutionary/pkg-descr @@ -0,0 +1,5 @@ +DateTime::Calendar::FrenchRevolutionary implements the French Revolutionary +Calendar. This module implements most methods of DateTime; see the DateTime(3) +manpage for all methods. + +WWW: http://datetime.perl.org/ diff --git a/devel/p5-DateTime-Calendar-FrenchRevolutionary/pkg-plist b/devel/p5-DateTime-Calendar-FrenchRevolutionary/pkg-plist new file mode 100644 index 0000000..cf38237 --- /dev/null +++ b/devel/p5-DateTime-Calendar-FrenchRevolutionary/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/DateTime/Calendar/FrenchRevolutionary.pm +@unexec rmdir %D/%%SITE_PERL%%/DateTime/Calendar 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true |