35657da2b6
Time-modules contains the following modules: Time::CTime - ctime, strftime, and asctime Time::JulianDay - Julian calendar manipulations Time::ParseDate - reverses strftime and also understands relative times Time::Timezone - miscellaneous timezone manipulations routines Time::DaysInMonth - simply report the number of days in a month
24 lines
469 B
Makefile
24 lines
469 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/04/01 21:45:42 msf Exp $
|
|
|
|
COMMENT= "object oriented time interface"
|
|
|
|
DISTNAME= Time-modules-2003.1126
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@kisoku.net>
|
|
|
|
# Artistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|