openbsd-ports/devel/p5-Time-modules/Makefile
msf 35657da2b6 - initial import of Time-modules-2003.1126
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
2005-04-01 21:45:42 +00:00

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>