Initial import of Class-Date-1.0.3
This module is intended to provide a general-purpose date and datetime type for perl. You have a Class::Date class for absolute date and datetime, and have a Class::Date::Rel class for relative dates.
This commit is contained in:
parent
02a1625d44
commit
abdd73ff69
24
devel/p5-Class-Date/Makefile
Normal file
24
devel/p5-Class-Date/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/07/12 09:01:43 kevlo Exp $
|
||||
|
||||
COMMENT= "module for easy date and time manipulation"
|
||||
|
||||
DISTNAME= Class-Date-1.0.3
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
NEED_VERSION= 1.419
|
||||
|
||||
HOMEPAGE= http://dlux.sch.bme.hu/Class-Date/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Class
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Class-Date/files/md5
Normal file
3
devel/p5-Class-Date/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Class-Date-1.0.3.tar.gz) = 47776e3114bd396416a6b8506d91bc91
|
||||
RMD160 (Class-Date-1.0.3.tar.gz) = 0bcf397fa0db5b13cbdb0c3679f3128b5bc8cf34
|
||||
SHA1 (Class-Date-1.0.3.tar.gz) = f251ae0882866f8edd9aeb1b058a1849973a5cc0
|
6
devel/p5-Class-Date/pkg/DESCR
Normal file
6
devel/p5-Class-Date/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
This module is intended to provide a general-purpose date and
|
||||
datetime type for perl. You have a Class::Date class for absolute
|
||||
date and datetime, and have a Class::Date::Rel class for relative
|
||||
dates.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
6
devel/p5-Class-Date/pkg/PLIST
Normal file
6
devel/p5-Class-Date/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/07/12 09:01:43 kevlo Exp $
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Class/Date.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Class/Date/Date.bs
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Class/Date/Date.so
|
||||
man/man3/Class::Date.3p
|
||||
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Class/Date
|
Loading…
Reference in New Issue
Block a user