pkgsrc-wip/p5-Set-Crontab/Makefile
Quentin Garnier 25a8082a2d Initial import of p5-Set-Crontab, version 1.00.
Set::Crontab parses crontab-style lists of integers and defines
some utility functions to make it easier to deal with them.
2003-06-17 12:08:15 +00:00

16 lines
491 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/06/17 12:08:15 cubidou Exp $
DISTNAME= Set-Crontab-1.00
PKGNAME= p5-${DISTNAME}
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/}
MAINTAINER= cube@cubidou.net
HOMEPAGE= http://search.cpan.org/dist/Set-Crontab/
COMMENT= Perl module to parse crontab(5)-like lists of integers
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Set/Crontab/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"