17 lines
343 B
Makefile
17 lines
343 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/10/18 17:47:58 espie Exp $
|
|
|
|
COMMENT= parse a cron entry and check against current time
|
|
|
|
MODULES= cpan
|
|
DISTNAME= DateTime-Cron-Simple-0.2
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|