diff options
author | edwin <edwin@FreeBSD.org> | 2007-02-28 19:11:44 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-02-28 19:11:44 +0800 |
commit | 988b5ed865782cd8b317466f1e8c9c265302546e (patch) | |
tree | 34adf95070b97c323df469a12d17fbc60d76f0c5 | |
parent | 5de62e93d0e344b17841acc6c7ec4f0def0758fd (diff) | |
download | freebsd-ports-gnome-988b5ed865782cd8b317466f1e8c9c265302546e.tar.gz freebsd-ports-gnome-988b5ed865782cd8b317466f1e8c9c265302546e.tar.zst freebsd-ports-gnome-988b5ed865782cd8b317466f1e8c9c265302546e.zip |
The main idea of EzDate is that the object represents a specific date
and time. A variety of properties tells you information about that date
and time such as hour, minute, day of month, weekday, etc.
WWW: http://search.cpan.org/dist/Date-EzDate/
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Date-EzDate/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Date-EzDate/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Date-EzDate/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Date-EzDate/pkg-plist | 5 |
5 files changed, 36 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 934739d5242e..eb8b286af3bc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -993,6 +993,7 @@ SUBDIR += p5-Date-Calc SUBDIR += p5-Date-DayOfWeek SUBDIR += p5-Date-Easter + SUBDIR += p5-Date-EzDate SUBDIR += p5-Date-Holidays-DK SUBDIR += p5-Date-ICal SUBDIR += p5-Date-ISO diff --git a/devel/p5-Date-EzDate/Makefile b/devel/p5-Date-EzDate/Makefile new file mode 100644 index 000000000000..a488f98ab937 --- /dev/null +++ b/devel/p5-Date-EzDate/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: devel/p5-Date-EzDate +# Date created: 28 February 2007 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Date-EzDate +PORTVERSION= 1.08 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Date +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Date and time manipulation made easy + +PERL_CONFIGURE= yes + +MAN3= Date::EzDate.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Date-EzDate/distinfo b/devel/p5-Date-EzDate/distinfo new file mode 100644 index 000000000000..2840b472c6d3 --- /dev/null +++ b/devel/p5-Date-EzDate/distinfo @@ -0,0 +1,3 @@ +MD5 (Date-EzDate-1.08.tar.gz) = 140ac1b3110b2f52e65d6ec137a0c7ea +SHA256 (Date-EzDate-1.08.tar.gz) = 321eba8999536be96da7678e339d8134b598069d4ba65f5b9dd35af094f61db9 +SIZE (Date-EzDate-1.08.tar.gz) = 28546 diff --git a/devel/p5-Date-EzDate/pkg-descr b/devel/p5-Date-EzDate/pkg-descr new file mode 100644 index 000000000000..012a69fb8c05 --- /dev/null +++ b/devel/p5-Date-EzDate/pkg-descr @@ -0,0 +1,5 @@ +The main idea of EzDate is that the object represents a specific date +and time. A variety of properties tells you information about that date +and time such as hour, minute, day of month, weekday, etc. + +WWW: http://search.cpan.org/dist/Date-EzDate/ diff --git a/devel/p5-Date-EzDate/pkg-plist b/devel/p5-Date-EzDate/pkg-plist new file mode 100644 index 000000000000..89a6bdf95477 --- /dev/null +++ b/devel/p5-Date-EzDate/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Date/EzDate.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/EzDate/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/EzDate +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date +@dirrmtry %%SITE_PERL%%/Date |