pkgsrc/time/p5-DateTime-Format-MySQL/Makefile
abs bebc3a641c Added time/p5-DateTime-Format-MySQL version 0.04
This module understands the formats used by MySQL for its DATE,
DATETIME, TIME, and TIMESTAMP data types. It can be used to parse
these formats in order to create DateTime objects, and it can take
a DateTime object and produce a string representing it in the MySQL
format.
2007-06-10 11:24:36 +00:00

16 lines
499 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 11:24:36 abs Exp $
DISTNAME= DateTime-Format-MySQL-0.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-MySQL/
COMMENT= Parse and format MySQL dates and times
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/DateTime/Format/MySQL/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"