DateTime computations in perl
This commit is contained in:
parent
39a0b58f5a
commit
9cedcfc3e4
28
devel/p5-DateTime/Makefile
Normal file
28
devel/p5-DateTime/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/04/18 19:05:25 espie Exp $
|
||||
|
||||
COMMENT= "perl objected oriented Date Time"
|
||||
|
||||
DISTNAME= DateTime-0.30
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SHARED_ONLY= Yes
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
|
||||
|
||||
DEPS= ::devel/p5-DateTime-Locale \
|
||||
::devel/p5-DateTime-TimeZone
|
||||
|
||||
RUN_DEPENDS= $(DEPS)
|
||||
REGRESS_DEPENDS= $(DEPS)
|
||||
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
4
devel/p5-DateTime/distinfo
Normal file
4
devel/p5-DateTime/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (DateTime-0.30.tar.gz) = 18cf4a7cece737e0a153c6585320730f
|
||||
RMD160 (DateTime-0.30.tar.gz) = 0a9013fd261eea554761e51ddcd0b3acf2c6a323
|
||||
SHA1 (DateTime-0.30.tar.gz) = 057857d5804ebb77730f05a8be699aa71e5a53fc
|
||||
SIZE (DateTime-0.30.tar.gz) = 88484
|
4
devel/p5-DateTime/pkg/DESCR
Normal file
4
devel/p5-DateTime/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
The DateTime.pm module aims to provide a complete, correct, and easy
|
||||
to use date/time object implementation. Currently it handles many date
|
||||
calculations, date math (addition and subtraction), and provides
|
||||
convenient methods for retrieving portions of a date/time.
|
15
devel/p5-DateTime/pkg/PLIST
Normal file
15
devel/p5-DateTime/pkg/PLIST
Normal file
@ -0,0 +1,15 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/04/18 19:05:25 espie Exp $
|
||||
${P5ARCH}/DateTime/
|
||||
${P5ARCH}/DateTime.pm
|
||||
${P5ARCH}/DateTime/Duration.pm
|
||||
${P5ARCH}/DateTime/Infinite.pm
|
||||
${P5ARCH}/DateTime/LeapSecond.pm
|
||||
${P5ARCH}/DateTimePP.pm
|
||||
${P5ARCH}/DateTimePPExtra.pm
|
||||
${P5ARCH}/auto/DateTime/
|
||||
${P5ARCH}/auto/DateTime/DateTime.bs
|
||||
${P5ARCH}/auto/DateTime/DateTime.so
|
||||
@man man/man3p/DateTime.3p
|
||||
@man man/man3p/DateTime::Duration.3p
|
||||
@man man/man3p/DateTime::Infinite.3p
|
||||
@man man/man3p/DateTime::LeapSecond.3p
|
Loading…
x
Reference in New Issue
Block a user