f22af80a04
Set::Crontab parses crontab-style lists of integers and defines some utility functions to make it easier to deal with them.
16 lines
310 B
Makefile
16 lines
310 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/28 11:15:15 sthen Exp $
|
|
|
|
COMMENT= expand crontab(5)-style integer lists
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Set-Crontab-1.02
|
|
CATEGORIES= sysutils
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|