23 lines
568 B
Makefile
23 lines
568 B
Makefile
|
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= crontab
|
||
|
PORTVERSION= 1.9.3
|
||
|
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
|
||
|
|
||
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \
|
||
|
${PYTHON_PKGNAMEPREFIX}croniter>0:${PORTSDIR}/sysutils/py-croniter
|
||
|
|
||
|
USES= python
|
||
|
USE_PYTHON= distutils autoplist
|
||
|
|
||
|
.include <bsd.port.mk>
|