pkgsrc-wip/p5-Class-Date/Makefile
Hiramatsu Yoshifumi deb9c7fc02 Updated to 1.1.8.
1.1.8   Sun Nov  6 16:36:54 CET 2005
        - Added Env::C support for mod_perl environments
        - Added documentation about thread-safety and mod_perl issues
2006-01-23 07:09:26 +00:00

18 lines
507 B
Makefile

# $NetBSD: Makefile,v 1.4 2006/01/23 07:09:26 jgoamakf Exp $
DISTNAME= Class-Date-1.1.8
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cld
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/Class-Date/
COMMENT= Perl class for easy date and time manipulation
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Class/Date/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"