diff options
author | erwin <erwin@FreeBSD.org> | 2003-07-07 17:27:25 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-07-07 17:27:25 +0800 |
commit | fc6d6d400005712cfd25a852d17f5b2d2f240169 (patch) | |
tree | 144de31a5ade984a664f3f654eef688ad382639f /devel/p5-DateTime-Calendar-Pataphysical | |
parent | 2b9da31c826ec2b4305204b84c618f46e178dd0c (diff) | |
download | freebsd-ports-gnome-fc6d6d400005712cfd25a852d17f5b2d2f240169.tar.gz freebsd-ports-gnome-fc6d6d400005712cfd25a852d17f5b2d2f240169.tar.zst freebsd-ports-gnome-fc6d6d400005712cfd25a852d17f5b2d2f240169.zip |
Add p5-DateTime-Calendar-Pataphysical 0.02,
dates in the
pataphysical calendar.
PR: 53956
Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'devel/p5-DateTime-Calendar-Pataphysical')
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/p5-DateTime-Calendar-Pataphysical/Makefile b/devel/p5-DateTime-Calendar-Pataphysical/Makefile new file mode 100644 index 000000000000..4e8a900f200d --- /dev/null +++ b/devel/p5-DateTime-Calendar-Pataphysical/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-DateTime-Calendar-Pataphysical +# Date created: 1 july 2003 +# Whom: Mathieu Arnold <m@absolight.net> +# +# $FreeBSD$ +# + +PORTNAME= DateTime-Calendar-Pataphysical +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DateTime +PKGNAMEPREFIX= p5- + +MAINTAINER= m@absolight.net +COMMENT= Dates in the pataphysical calendar + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= DateTime::Calendar::Pataphysical.3 + +.include <bsd.port.mk> diff --git a/devel/p5-DateTime-Calendar-Pataphysical/distinfo b/devel/p5-DateTime-Calendar-Pataphysical/distinfo new file mode 100644 index 000000000000..c6a15b81ca54 --- /dev/null +++ b/devel/p5-DateTime-Calendar-Pataphysical/distinfo @@ -0,0 +1 @@ +MD5 (DateTime-Calendar-Pataphysical-0.02.tar.gz) = 07cfb7e4a2252d59c3510cf5c26ce550 diff --git a/devel/p5-DateTime-Calendar-Pataphysical/pkg-descr b/devel/p5-DateTime-Calendar-Pataphysical/pkg-descr new file mode 100644 index 000000000000..1cf278f8d5f1 --- /dev/null +++ b/devel/p5-DateTime-Calendar-Pataphysical/pkg-descr @@ -0,0 +1,6 @@ +DateTime::Calendar::Pataphysical is the implementation of the pataphysical +calendar. Each year in this calendar contains 13 months of 29 days. This +regularity makes this a convenient alternative for the irregular Gregorian +calendar. + +WWW: http://datetime.perl.org/ diff --git a/devel/p5-DateTime-Calendar-Pataphysical/pkg-plist b/devel/p5-DateTime-Calendar-Pataphysical/pkg-plist new file mode 100644 index 000000000000..4e1e43233513 --- /dev/null +++ b/devel/p5-DateTime-Calendar-Pataphysical/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/DateTime/Calendar/Pataphysical.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Calendar/Pataphysical/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Calendar/Pataphysical +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Calendar 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/DateTime/Calendar 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true |