2015-07-02 18:20:19 +02:00
|
|
|
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= crontab
|
2015-12-22 21:26:53 +01:00
|
|
|
PORTVERSION= 1.9.5
|
2015-07-02 18:20:19 +02:00
|
|
|
CATEGORIES= sysutils python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
|
|
COMMENT= Read and write crontab files using a direct API
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}croniter>0:sysutils/py-croniter@${PY_FLAVOR}
|
2015-07-02 18:20:19 +02:00
|
|
|
|
|
|
|
USES= python
|
2015-07-02 19:49:12 +02:00
|
|
|
USE_PYTHON= autoplist distutils
|
2015-07-02 18:20:19 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|