diff options
author | mat <mat@FreeBSD.org> | 2003-11-05 21:17:18 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-11-05 21:17:18 +0800 |
commit | 8a17464a70a1510a1915cebedec72ceb3083d17a (patch) | |
tree | 4b4b3e3faa4a71bed312b7b3d17af4a0111e6163 /devel | |
parent | 967afec8f0571cbd5279a47e738560589b715372 (diff) | |
download | freebsd-ports-gnome-8a17464a70a1510a1915cebedec72ceb3083d17a.tar.gz freebsd-ports-gnome-8a17464a70a1510a1915cebedec72ceb3083d17a.tar.zst freebsd-ports-gnome-8a17464a70a1510a1915cebedec72ceb3083d17a.zip |
Add p5-DateTime-Incomplete 0.01.01
An incomplete DateTime, like January 5.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-DateTime-Incomplete/Makefile | 28 | ||||
-rw-r--r-- | devel/p5-DateTime-Incomplete/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-DateTime-Incomplete/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-DateTime-Incomplete/pkg-plist | 5 |
5 files changed, 41 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 77e622052115..0391ba564ce6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -617,6 +617,7 @@ SUBDIR += p5-DateTime-Format-Strptime SUBDIR += p5-DateTime-Format-W3CDTF SUBDIR += p5-DateTime-HiRes + SUBDIR += p5-DateTime-Incomplete SUBDIR += p5-DateTime-Locale SUBDIR += p5-DateTime-Precise SUBDIR += p5-DateTime-Set diff --git a/devel/p5-DateTime-Incomplete/Makefile b/devel/p5-DateTime-Incomplete/Makefile new file mode 100644 index 000000000000..f2f8236f4b55 --- /dev/null +++ b/devel/p5-DateTime-Incomplete/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-DateTime-Incomplete +# Date created: 5 november 2003 +# Whom: mat +# +# $FreeBSD$ +# + +PORTNAME= DateTime-Incomplete +PORTVERSION= 0.01.01 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DateTime +PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/} + +MAINTAINER= mat@FreeBSD.org +COMMENT= An incomplete DateTime, like January 5 + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ + ${SITE_PERL}/DateTime/Set.pm:${PORTSDIR}/devel/p5-DateTime-Set \ + ${SITE_PERL}/DateTime/Event/Recurrence.pm:${PORTSDIR}/devel/p5-DateTime-Event-Recurrence +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= DateTime::Incomplete.3 + +.include <bsd.port.mk> diff --git a/devel/p5-DateTime-Incomplete/distinfo b/devel/p5-DateTime-Incomplete/distinfo new file mode 100644 index 000000000000..76863a84ce09 --- /dev/null +++ b/devel/p5-DateTime-Incomplete/distinfo @@ -0,0 +1 @@ +MD5 (DateTime-Incomplete-0.0101.tar.gz) = 55070893532228149f1a0d5c67e7f6ac diff --git a/devel/p5-DateTime-Incomplete/pkg-descr b/devel/p5-DateTime-Incomplete/pkg-descr new file mode 100644 index 000000000000..52dd254b3077 --- /dev/null +++ b/devel/p5-DateTime-Incomplete/pkg-descr @@ -0,0 +1,6 @@ +DateTime::Incomplete is a class for representing partial dates and times. + +These are actually encountered relatively frequently. For example, a birthday +is commonly given as a month and day, without a year. + +WWW: http://datetime.perl.org/ diff --git a/devel/p5-DateTime-Incomplete/pkg-plist b/devel/p5-DateTime-Incomplete/pkg-plist new file mode 100644 index 000000000000..8956387dc87e --- /dev/null +++ b/devel/p5-DateTime-Incomplete/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/DateTime/Incomplete.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Incomplete/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Incomplete +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true |