c4d6f79f8a
reviewed by brad@ -- This is the perl5 TimeDate distribution. This distribution replaces the earlier GetDate distribution, which was only a date parser. The date parser contained in this distribution is far superior to the yacc based parser, and a *lot* fatser. The parser contained here will only parse absolute dates, if you want a date parser that can parse relative dates then take a look at the Time modules by David Muir on CPAN.
22 lines
424 B
Makefile
22 lines
424 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2000/09/16 14:56:05 avsm Exp $
|
|
|
|
DISTNAME= TimeDate-1.10
|
|
PKGNAME= p5-Time-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
NEED_VERSION= 1.330
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Time
|
|
|
|
MAINTAINER= avsm@openbsd.org
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
ALL_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|