233c729c89
which is based on Kronos by Irmen de Jong. The scheduler makes it easy to have one-time or recurring tasks run as needed. WWW: http://tgscheduler.googlecode.com/ Feature safe: yes
22 lines
481 B
Makefile
22 lines
481 B
Makefile
# Ports collection makefile for: py-TGScheduler
|
|
# Date created: Dec 16, 2011
|
|
# Whom: Wen Heping<wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= TGScheduler
|
|
PORTVERSION= 1.6.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Turbogears Scheduler
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
.include <bsd.port.mk>
|