14 lines
261 B
Makefile
14 lines
261 B
Makefile
# $OpenBSD: Makefile,v 1.7 2013/10/11 23:48:43 naddy Exp $
|
|
|
|
COMMENT= parse a cron entry and check against current time
|
|
|
|
MODULES= cpan
|
|
DISTNAME= DateTime-Cron-Simple-0.2
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|