pkgsrc-wip/p5-DateTime-Event-Cron/Makefile
Quentin Garnier 43276c3d98 Update to 0.06. Tidy up Makefile, change e-mail address.
0.06  Tue Dec 30 14:28:32 CST 2003
	- Added user-mode auto-detection
	- Added original() method to return original
          unparsed cron strings

0.05  Tue Nov 11 22:40:16 CST 2003
	- Retains command and user strings if present
	- Switched to named parameters for constructors
	- Added 'user_mode' parameter for crontab formats
	  that include user names before the command.
	- Added command() and user() methods
2004-01-02 10:57:57 +00:00

19 lines
612 B
Makefile

# $NetBSD: Makefile,v 1.3 2004/01/02 10:57:57 cubidou Exp $
DISTNAME= DateTime-Event-Cron-0.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= cube@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DateTime-Event-Cron/
COMMENT= DateTime extension to handle crontab entries
DEPENDS+= p5-DateTime-Set-[0-9]*:../../wip/p5-DateTime-Set
DEPENDS+= p5-Set-Crontab-[0-9]*:../../wip/p5-Set-Crontab
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DateTime/Event/Cron/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"