openbsd-ports/sysutils/p5-Set-Crontab/Makefile
sthen f22af80a04 import sysutils/p5-Set-Crontab, from Toni Mueller with small tweaks by me.
Set::Crontab parses crontab-style lists of integers
and defines some utility functions to make it easier
to deal with them.
2009-10-28 11:15:15 +00:00

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>