openbsd-ports/devel/p5-Time-Piece/Makefile
sturm de23297452 initial import of p5-Time-Piece 1.07
submitted by Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>

This module replaces the standard localtime and gmtime functions with
implementations that return objects. It does so in a backwards compatible
manner, so that using localtime/gmtime in the way documented in perlfunc
will still return what you expect.

naddy@ OK
2002-12-06 20:44:37 +00:00

22 lines
468 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2002/12/06 20:44:37 sturm Exp $
COMMENT= "object oriented time interface"
DISTNAME= Time-Piece-1.07
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>
# 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
.include <bsd.port.mk>